mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Typo.
This commit is contained in:
parent
fc6a6a1030
commit
97ebe047d0
@ -3019,4 +3019,4 @@ ASN1_put_eoc 3451 EXIST::FUNCTION:
|
||||
PKCS12_add_key 3452 EXIST::FUNCTION:
|
||||
PKCS12_add_cert 3453 EXIST::FUNCTION:
|
||||
ASN1_item_ndef_i2d 3454 EXIST::FUNCTION:
|
||||
d2i_PKCS7_NDEF 3455 EXIST::FUNCTION:
|
||||
i2d_PKCS7_NDEF 3455 EXIST::FUNCTION:
|
||||
|
@ -711,7 +711,7 @@ sub do_defs
|
||||
"FUNCTION");
|
||||
next;
|
||||
} elsif (/^\s*DECLARE_ASN1_NDEF_FUNCTION\s*\(\s*(\w*)\s*\)/) {
|
||||
$def .= "int d2i_$1_NDEF(void);";
|
||||
$def .= "int i2d_$1_NDEF(void);";
|
||||
} elsif (/^\s*DECLARE_ASN1_SET_OF\s*\(\s*(\w*)\s*\)/) {
|
||||
next;
|
||||
} elsif (/^\s*DECLARE_PKCS12_STACK_OF\s*\(\s*(\w*)\s*\)/) {
|
||||
|
Loading…
Reference in New Issue
Block a user