Add SSL_INTERN definition.
This commit is contained in:
parent
e24b01cc6f
commit
6a6b0c8b51
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user