You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
320 B
10 lines
320 B
--- libtomcrypt/demos/ltcrypt.c 2018-07-01 13:49:01.000000000 -0700
|
|
+++ libtomcrypt/demos/ltcrypt.c.new 2021-06-06 22:49:02.810188768 -0700
|
|
@@ -119,6 +119,7 @@
|
|
}
|
|
|
|
printf("\nEnter key: ");
|
|
+ fflush(stdout);
|
|
if(fgets((char *)tmpkey,sizeof(tmpkey), stdin) == NULL)
|
|
exit(-1);
|
|
outlen = sizeof(key);
|
|
|