diff options
author | Matt Caswell <matt@openssl.org> | 2015-05-12 13:14:13 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2015-05-13 16:08:10 +0200 |
commit | e36827f6d10ed64abb1b374b6f11b79225d04205 (patch) | |
tree | 43f81b81c0ba112dd6e5d231ec50e5c1e9806a18 /crypto/install-crypto.com | |
parent | Remove Kerberos support from libcrypto (diff) | |
download | openssl-e36827f6d10ed64abb1b374b6f11b79225d04205.tar.xz openssl-e36827f6d10ed64abb1b374b6f11b79225d04205.zip |
Remove remaining Kerberos references
Following on from the removal of libcrypto and libssl support for Kerberos
this commit removes all remaining references to Kerberos.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/install-crypto.com')
-rwxr-xr-x | crypto/install-crypto.com | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/install-crypto.com b/crypto/install-crypto.com index 7734f945a8..5b011f6c02 100755 --- a/crypto/install-crypto.com +++ b/crypto/install-crypto.com @@ -80,7 +80,7 @@ $ sdirs := , - 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, - + ui, - cms, pqueue, ts, jpake, srp, store, cmac $! $ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h @@ -132,7 +132,6 @@ $ exheader_pkcs12 := pkcs12.h $ exheader_comp := comp.h $ exheader_ocsp := ocsp.h $ exheader_ui := ui.h -$ exheader_krb5 := krb5_asn.h $ exheader_cms := cms.h $ exheader_pqueue := pqueue.h $ exheader_ts := ts.h |