The branch master has been updated
       via  39e46af6bb3f1ad7f5c0dee8e3d13e2daf9a0160 (commit)
      from  ff7fbfd55039c6d1a003304abd89959365309d74 (commit)


- Log -----------------------------------------------------------------
commit 39e46af6bb3f1ad7f5c0dee8e3d13e2daf9a0160
Author: Viktor Dukhovni <[email protected]>
Date:   Sat Nov 14 22:15:45 2015 -0500

    Explicit OpenSSL_version_num() implementation prototype
    
    Reviewed-by: Tim Hudson <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 crypto/cversion.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/cversion.c b/crypto/cversion.c
index aa479a9..8e41fce 100644
--- a/crypto/cversion.c
+++ b/crypto/cversion.c
@@ -62,7 +62,7 @@
 # include "buildinf.h"
 #endif
 
-unsigned long OpenSSL_version_num()
+unsigned long OpenSSL_version_num(void)
 {
     return OPENSSL_VERSION_NUMBER;
 }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to