[openssl-commits] [openssl] master update

Viktor Dukhovni viktor at openssl.org
Sun Nov 15 05:03:53 UTC 2015


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


- Log -----------------------------------------------------------------
commit 39e46af6bb3f1ad7f5c0dee8e3d13e2daf9a0160
Author: Viktor Dukhovni <openssl-users at dukhovni.org>
Date:   Sat Nov 14 22:15:45 2015 -0500

    Explicit OpenSSL_version_num() implementation prototype
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

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

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;
 }


More information about the openssl-commits mailing list