Loading util/libeay.num +1 −1 Original line number Diff line number Diff line Loading @@ -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: util/mkdef.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
util/libeay.num +1 −1 Original line number Diff line number Diff line Loading @@ -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:
util/mkdef.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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