OSDN Git Service

Fix non-library md5sum build. (Oops.)
authorRob Landley <rob@landley.net>
Fri, 15 Jul 2016 09:51:56 +0000 (04:51 -0500)
committerRob Landley <rob@landley.net>
Fri, 15 Jul 2016 09:51:56 +0000 (04:51 -0500)
toys/lsb/md5sum.c

index 1a85d71..9efdc87 100644 (file)
@@ -82,8 +82,7 @@ config SHA512SUM
 #include <openssl/md5.h>
 #include <openssl/sha.h>
 #else
-typedef int MD5_CTX;
-typedef int SHA_CTX;
+typedef int SHA512_CTX;
 #endif
 
 GLOBALS(