Recognize LHASH_OF().
This commit is contained in:
parent
c6ddacf7f8
commit
174c86a216
@ -879,6 +879,7 @@ sub do_defs
|
|||||||
s/\{\}/\(\)/gs;
|
s/\{\}/\(\)/gs;
|
||||||
|
|
||||||
s/STACK_OF\(\)/void/gs;
|
s/STACK_OF\(\)/void/gs;
|
||||||
|
s/LHASH_OF\(\)/void/gs;
|
||||||
|
|
||||||
print STDERR "DEBUG: \$_ = \"$_\"\n" if $debug;
|
print STDERR "DEBUG: \$_ = \"$_\"\n" if $debug;
|
||||||
if (/^\#INFO:([^:]*):(.*)$/) {
|
if (/^\#INFO:([^:]*):(.*)$/) {
|
||||||
|
Loading…
Reference in New Issue
Block a user