Add SSL_INTERN definition.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 12 May 2011 13:12:49 +0000 (13:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 12 May 2011 13:12:49 +0000 (13:12 +0000)
util/mkdef.pl

index 6a107c1b3c64c8f4463d2f03ebb3cc6a0bd163b1..7d2e3e12ac6bf1723feb489722d0d4d404aef2a5 100755 (executable)
@@ -110,7 +110,9 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
                         # JPAKE
                         "JPAKE",
                         # Deprecated functions
-                        "DEPRECATED" );
+                        "DEPRECATED",
+                        # Hide SSL internals
+                        "SSL_INTERN");
 
 my $options="";
 open(IN,"<Makefile") || die "unable to open Makefile!\n";