Commit 97ebe047 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Typo.

parent fc6a6a10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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*\)/) {