Make EVP_Digest*() routines return a value.
[openssl.git] / crypto / evp / m_null.c
index e2dadf3dabc1136710c6ca59b0216bbbc35a21d8..9001b3d8c6c4671fc3ba0be3cfe60c609385d8a6 100644 (file)
@@ -62,8 +62,9 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 
-static void function(void)
+static int function(void)
        {
+       return 1;
        }
 
 static EVP_MD null_md=