summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-05-31 21:20:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-05-31 21:20:53 +0000
commit174c86a216cadb650caef813a79cc1bb6ff75e7d (patch)
tree95ff1028aa63978d0a3d98f86e701ea797521c31 /util
parentc6ddacf7f8744bf28c10b9b089c66ac5e525cc56 (diff)
Recognize LHASH_OF().
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
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:([^:]*):(.*)$/) {