Typo.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 5 Oct 2002 01:38:58 +0000 (01:38 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 5 Oct 2002 01:38:58 +0000 (01:38 +0000)
util/libeay.num
util/mkdef.pl

index d73803d232b3db9943eabfc7e5567b3464f56a6c..8b19e33b8e1d52e13a62801afc29012cf7fc6743 100755 (executable)
@@ -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:
 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:
index dc84816819e80f3354040c403f63cb82be7645fa..db08e29b7405464452f146eb04614ce455bb0f6b 100755 (executable)
@@ -711,7 +711,7 @@ sub do_defs
                                                      "FUNCTION");
                                        next;
                                } elsif (/^\s*DECLARE_ASN1_NDEF_FUNCTION\s*\(\s*(\w*)\s*\)/) {
                                                      "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*\)/) {
                                } elsif (/^\s*DECLARE_ASN1_SET_OF\s*\(\s*(\w*)\s*\)/) {
                                        next;
                                } elsif (/^\s*DECLARE_PKCS12_STACK_OF\s*\(\s*(\w*)\s*\)/) {