projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ddacf
)
Recognize LHASH_OF().
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 31 May 2008 21:20:53 +0000
(21:20 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 31 May 2008 21:20:53 +0000
(21:20 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 5a2e419e1ff2d86e372030c8bf3a124d00ea5a63..2b06bff488fbfecc03045c8408c45c013d96df83 100755
(executable)
--- 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:([^:]*):(.*)$/) {