From 55a9a16f1c02837058173c41fa26f36ec3acd22e Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 12 May 2015 10:27:53 +0100 Subject: Remove Kerberos support from libssl Remove RFC2712 Kerberos support from libssl. This code and the associated standard is no longer considered fit-for-purpose. Reviewed-by: Rich Salz --- util/mkdef.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'util/mkdef.pl') diff --git a/util/mkdef.pl b/util/mkdef.pl index 674ad1ee04..188a408002 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -258,7 +258,6 @@ $max_ssl = $max_num; $max_crypto = $max_num; my $ssl="include/openssl/ssl.h"; -$ssl.=" include/openssl/kssl.h"; $ssl.=" include/openssl/tls1.h"; $ssl.=" include/openssl/srtp.h"; -- cgit v1.2.3