Recognize new macros.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 19 May 2005 11:51:43 +0000 (11:51 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 19 May 2005 11:51:43 +0000 (11:51 +0000)
util/mkdef.pl

index fa5848ace6a39cadbbe82183ee8c0c5dca2f488a..c9417d3b90d47b480b0dbc76e58cc4e51539c64d 100755 (executable)
@@ -741,7 +741,8 @@ sub do_defs
                                } elsif (/^\s*DECLARE_PKCS12_STACK_OF\s*\(\s*(\w*)\s*\)/) {
                                        next;
                                } elsif (/^DECLARE_PEM_rw\s*\(\s*(\w*)\s*,/ ||
-                                        /^DECLARE_PEM_rw_cb\s*\(\s*(\w*)\s*,/ ) {
+                                        /^DECLARE_PEM_rw_cb\s*\(\s*(\w*)\s*,/ ||
+                                        /^DECLARE_PEM_rw_const\s*\(\s*(\w*)\s*,/ ) {
                                        # Things not in Win16
                                        $def .=
                                            "#INFO:"