From 174c86a216cadb650caef813a79cc1bb6ff75e7d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 31 May 2008 21:20:53 +0000 Subject: [PATCH 1/1] Recognize LHASH_OF(). --- util/mkdef.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/util/mkdef.pl b/util/mkdef.pl index 5a2e419e1f..2b06bff488 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:([^:]*):(.*)$/) { -- 2.34.1