diff options
Diffstat (limited to 'crypto/evp/m_null.c')
-rw-r--r-- | crypto/evp/m_null.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/evp/m_null.c b/crypto/evp/m_null.c index e2dadf3dab..9001b3d8c6 100644 --- a/crypto/evp/m_null.c +++ b/crypto/evp/m_null.c @@ -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= |