Recognize LHASH_OF().
authorDr. Stephen Henson <steve@openssl.org>
Sat, 31 May 2008 21:20:53 +0000 (21:20 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 31 May 2008 21:20:53 +0000 (21:20 +0000)
util/mkdef.pl

index 5a2e419e1ff2d86e372030c8bf3a124d00ea5a63..2b06bff488fbfecc03045c8408c45c013d96df83 100755 (executable)
@@ -879,6 +879,7 @@ sub do_defs
                        s/\{\}/\(\)/gs;
 
                        s/STACK_OF\(\)/void/gs;
                        s/\{\}/\(\)/gs;
 
                        s/STACK_OF\(\)/void/gs;
+                       s/LHASH_OF\(\)/void/gs;
 
                        print STDERR "DEBUG: \$_ = \"$_\"\n" if $debug;
                        if (/^\#INFO:([^:]*):(.*)$/) {
 
                        print STDERR "DEBUG: \$_ = \"$_\"\n" if $debug;
                        if (/^\#INFO:([^:]*):(.*)$/) {