Commit 174c86a2 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Recognize LHASH_OF().

parent c6ddacf7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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:([^:]*):(.*)$/) {