summaryrefslogtreecommitdiff
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorsteve <steve>2008-05-31 21:20:53 +0000
committersteve <steve>2008-05-31 21:20:53 +0000
commitc621ae3b8ebb2ec541f1dcb04c46d428022bb42f (patch)
tree2f0818113ca5eb9ac991debb74900872f759a13c /util/mkdef.pl
parent60bb389f977ea4d60541682d21e3a48d01bcb9e7 (diff)
downloadopenssl-c621ae3b8ebb2ec541f1dcb04c46d428022bb42f.tar.gz
Recognize LHASH_OF().
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 5a2e419e1..2b06bff48 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:([^:]*):(.*)$/) {