chunk 7 of CMP contribution to OpenSSL
[openssl.git] / util / mkerr.pl
index d72b4079090cf6681e7f4991ae01e0f2db1f633e..3f59e04e1a7d6cbb0c49de16b8b9aaab21376a64 100755 (executable)
@@ -315,7 +315,7 @@ while ( ( my $hdr, my $lib ) = each %libinc ) {
         s/[\n\s]*$//g;
 
         # Skip over recognized non-function declarations
-        next if /typedef\W/ or /DECLARE_STACK_OF/ or /TYPEDEF_.*_OF/;
+        next if /typedef\W/;
 
         # Remove STACK_OF(foo)
         s/STACK_OF\(\w+\)/void/;