From b1d00b9611eaeedb66b6a91fd49018304f42a15c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" <steve@openssl.org> Date: Thu, 12 May 2011 13:13:07 +0000 Subject: [PATCH] Add SSL_INTERN definition. --- util/mkdef.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/mkdef.pl b/util/mkdef.pl index 9d5304627..aefc6d624 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -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";