aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-05-12 11:49:21 +0100
committerMatt Caswell <matt@openssl.org>2015-05-13 15:08:04 +0100
commit60b3d36df3625fad66b53ccc32dc31818cf3048e (patch)
tree103bc3a13b0366c7e9a489616d755b72afae7e76 /Makefile.org
parent55a9a16f1c02837058173c41fa26f36ec3acd22e (diff)
downloadopenssl-60b3d36df3625fad66b53ccc32dc31818cf3048e.tar.gz
Remove Kerberos support from libcrypto
Remove libcrypto support for Kerberos following on from the previous commit which removed it from libssl. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.org b/Makefile.org
index 8146eedef1..6e32d5beb6 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -106,10 +106,6 @@ MODES_ASM_OBJ=
ENGINES_ASM_OBJ=
PERLASM_SCHEME=
-# KRB5 stuff
-KRB5_INCLUDES=
-LIBKRB5=
-
# Zlib stuff
ZLIB_INCLUDE=
LIBZLIB=
@@ -146,7 +142,7 @@ SDIRS= \
des aes rc2 rc4 rc5 idea bf cast camellia seed modes \
bn ec rsa dsa ecdsa dh ecdh dso engine \
buffer bio stack lhash rand err \
- evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \
+ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui \
cms pqueue ts jpake srp store cmac
# keep in mind that the above list is adjusted by ./Configure
# according to no-xxx arguments...