summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-12 13:12:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-12 13:12:49 +0000
commit6a6b0c8b51c7da6bfe6e362e2263ea58d9c4b329 (patch)
tree429b924e2499dc4c0acf969e6fef66d0c6404881 /util
parente24b01cc6f090ba9c6ac9c9d1a094c2e4a42114b (diff)
Add SSL_INTERN definition.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 6a107c1b3c..7d2e3e12ac 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -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";