mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Add SSL_INTERN definition.
This commit is contained in:
parent
c76e024dde
commit
b1d00b9611
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user