[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Andy Polyakov appro at openssl.org
Wed Jun 22 18:19:20 UTC 2016


The branch OpenSSL_1_0_2-stable has been updated
       via  ecb044db58b85c2329cfc1c1e196cc1b8302ca53 (commit)
      from  a43cfd7bb1fc681d563e5efa75cc926d7e8e5c36 (commit)


- Log -----------------------------------------------------------------
commit ecb044db58b85c2329cfc1c1e196cc1b8302ca53
Author: Andy Polyakov <appro at openssl.org>
Date:   Mon Jun 20 12:47:44 2016 +0200

    doc/crypto/OPENSSL_ia32cap.pod: harmonize with actual declaration.
    
    [Note that in master declaration is different.]
    
    RT#4568
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

Summary of changes:
 doc/crypto/OPENSSL_ia32cap.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/crypto/OPENSSL_ia32cap.pod b/doc/crypto/OPENSSL_ia32cap.pod
index 90156d2..5bcb82e 100644
--- a/doc/crypto/OPENSSL_ia32cap.pod
+++ b/doc/crypto/OPENSSL_ia32cap.pod
@@ -6,7 +6,7 @@ OPENSSL_ia32cap, OPENSSL_ia32cap_loc - the IA-32 processor capabilities vector
 
 =head1 SYNOPSIS
 
- unsigned int *OPENSSL_ia32cap_loc(void);
+ unsigned long *OPENSSL_ia32cap_loc(void);
  #define OPENSSL_ia32cap ((OPENSSL_ia32cap_loc())[0])
 
 =head1 DESCRIPTION


More information about the openssl-commits mailing list