doc/crypto/OPENSSL_ia32cap.pod: harmonize with actual declaration.
[Note that in master declaration is different.] RT#4568 Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
a43cfd7bb1
commit
ecb044db58
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue