From: Dr. Stephen Henson Date: Sat, 31 May 2008 21:20:53 +0000 (+0000) Subject: Recognize LHASH_OF(). X-Git-Tag: OpenSSL_0_9_8k^2~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=174c86a216cadb650caef813a79cc1bb6ff75e7d;p=thirdparty%2Fopenssl.git Recognize LHASH_OF(). --- diff --git a/util/mkdef.pl b/util/mkdef.pl index 5a2e419e1ff..2b06bff488f 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -879,6 +879,7 @@ sub do_defs s/\{\}/\(\)/gs; s/STACK_OF\(\)/void/gs; + s/LHASH_OF\(\)/void/gs; print STDERR "DEBUG: \$_ = \"$_\"\n" if $debug; if (/^\#INFO:([^:]*):(.*)$/) {