Add SSL_INTERN definition.
[openssl.git] / util / mkdef.pl
index 9d53046278d127e6e39fa659f91e878d10b97aea..aefc6d624c5eb68dc033c1461dc35a6803eaf825 100755 (executable)
@@ -112,7 +112,9 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
                         # NEXTPROTONEG
                         "NEXTPROTONEG",
                         # Deprecated functions
-                        "DEPRECATED" );
+                        "DEPRECATED",
+                        # Hide SSL internals
+                        "SSL_INTERN");
 
 my $options="";
 open(IN,"<Makefile") || die "unable to open Makefile!\n";