doc/crypto/OPENSSL_ia32cap.pod: harmonize with actual declaration.
authorAndy Polyakov <appro@openssl.org>
Mon, 20 Jun 2016 10:47:44 +0000 (12:47 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 22 Jun 2016 18:18:17 +0000 (20:18 +0200)
[Note that in master declaration is different.]

RT#4568

Reviewed-by: Rich Salz <rsalz@openssl.org>
doc/crypto/OPENSSL_ia32cap.pod

index 90156d21901b69337ef8045116874e24f66e9db8..5bcb82e3cfedf65512376ca036c23d3182f2b914 100644 (file)
@@ -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