Browse Source

fix pkcs_5_test crash

Karel Miko 8 years ago
parent
commit
4503868da2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/misc/pkcs5/pkcs_5_test.c

+ 1 - 1
src/misc/pkcs5/pkcs_5_test.c

@@ -154,7 +154,7 @@ int pkcs_5_test (void)
         }
         }
     };
     };
 
 
-    unsigned char DK[25];
+    unsigned char DK[40];
     unsigned long dkLen;
     unsigned long dkLen;
     int i, err;
     int i, err;
     int tested=0, failed=0;
     int tested=0, failed=0;