Fix hash buffer size in pkey programs

backport from 102a620
This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-31 11:32:03 +02:00
parent 6432c7e782
commit ee7db9cb6d
8 changed files with 8 additions and 8 deletions

View file

@ -75,7 +75,7 @@ int main( void )
int client_fd = -1;
unsigned char buf[2048];
unsigned char hash[20];
unsigned char hash[32];
unsigned char buf2[2];
const char *pers = "dh_server";