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:
c76e024
)
Add SSL_INTERN definition.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 May 2011 13:13:07 +0000
(13:13 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 May 2011 13:13:07 +0000
(13:13 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 9d53046278d127e6e39fa659f91e878d10b97aea..aefc6d624c5eb68dc033c1461dc35a6803eaf825 100755
(executable)
--- 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";