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:
bc200e6
)
typo
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Dec 2012 22:43:43 +0000
(22:43 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Dec 2012 22:43:43 +0000
(22:43 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 0104045baccef344ea05af258bb30f754379b4b6..dbd1ccd2bab85e9e803001cc3ad8ec88e9a78c39 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-116,7
+116,7
@@
my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
# Hide SSL internals
"SSL_INTERN",
# SSL TRACE
- "SSL_TRACE"
);
+ "SSL_TRACE"
,
# SCTP
"SCTP");