projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24b01c
)
Add SSL_INTERN definition.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 May 2011 13:12:49 +0000
(13:12 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 May 2011 13:12:49 +0000
(13:12 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 6a107c1b3c64c8f4463d2f03ebb3cc6a0bd163b1..7d2e3e12ac6bf1723feb489722d0d4d404aef2a5 100755
(executable)
--- 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";