X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fhcxtools%2Fpatches%2F010-openssl.patch;h=912236806c982aee4a3da7f93edab55266703ad6;hb=c5de8c00044ce5d514ec220291b83a85e5e49ab3;hp=bae0027df132bf88e6e7e1f18f5f436d8d6ccce2;hpb=41b536e22c57b08aac3fb242f784f7484b150516;p=feed%2Fpackages.git diff --git a/net/hcxtools/patches/010-openssl.patch b/net/hcxtools/patches/010-openssl.patch index bae0027df1..912236806c 100644 --- a/net/hcxtools/patches/010-openssl.patch +++ b/net/hcxtools/patches/010-openssl.patch @@ -1,6 +1,6 @@ --- a/hcxhashtool.c +++ b/hcxhashtool.c -@@ -104,9 +104,6 @@ static void closelists() +@@ -107,9 +107,6 @@ static void closelists() { if(hashlist != NULL) free(hashlist); if(ouilist != NULL) free(ouilist); @@ -10,7 +10,7 @@ return; } /*===========================================================================*/ -@@ -125,8 +122,6 @@ eapolwrittencount = 0; +@@ -128,8 +125,6 @@ eapolwrittencount = 0; essidwrittencount = 0; hccapxwrittencount = 0; hccapwrittencount = 0; @@ -21,7 +21,7 @@ return true; --- a/hcxpcapngtool.c +++ b/hcxpcapngtool.c -@@ -358,9 +358,6 @@ if(eapmschapv2msglist != NULL) free(eapm +@@ -366,9 +366,6 @@ if(eapmschapv2msglist != NULL) free(eapm if(eapmschapv2hashlist != NULL) free(eapmschapv2hashlist); if(tacacsplist != NULL) free(tacacsplist); @@ -31,7 +31,7 @@ return; } /*===========================================================================*/ -@@ -369,8 +366,6 @@ static bool initlists() +@@ -377,8 +374,6 @@ static bool initlists() static unsigned long opensslversion; static const char nastring[] = { "N/A" }; @@ -42,7 +42,7 @@ opensslversionminor = (opensslversion & 0x01100000L) >> 20; --- a/hcxpmktool.c +++ b/hcxpmktool.c -@@ -920,8 +920,6 @@ while((auswahl = getopt_long(argc, argv, +@@ -923,8 +923,6 @@ while((auswahl = getopt_long(argc, argv, } } @@ -51,7 +51,7 @@ printf("\n"); if((essidstring != NULL) && (pskstring != NULL) && (pmkstring == NULL) && (hashlinestring == NULL)) { -@@ -953,9 +951,6 @@ else if((essidstring != NULL) && (pskstr +@@ -956,9 +954,6 @@ else if((essidstring != NULL) && (pskstr } printf("\n"); @@ -63,7 +63,7 @@ /*===========================================================================*/ --- a/hcxpsktool.c +++ b/hcxpsktool.c -@@ -61,8 +61,6 @@ essidglen = 32; +@@ -63,8 +63,6 @@ essidglen = 32; t = time(NULL); tm = localtime(&t); thisyear = tm->tm_year +1900; @@ -72,7 +72,7 @@ return; } /*===========================================================================*/ -@@ -2770,10 +2768,6 @@ if(pskname != NULL) +@@ -2832,10 +2830,6 @@ if(pskname != NULL) fclose(fhpsk); }