summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-04 07:34:45 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-04 07:34:45 +0000
commit114697bef392419bf95d7f2701bc8b321050b6a5 (patch)
treef1ee977edf0c0ca73728c77e8ecf44abcba1f959 /crypto/crypto-lib.com
parent2aa9043ad33776323393f82c8a542d46bdedc34d (diff)
Because there's chances we clash with the system's types.h, rename our
types.h to ossl_typ.h. Also, it seems like krb5 was forgotten in some places.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index f28e79eddb..9428055708 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -91,7 +91,7 @@ $ ENCRYPT_TYPES = "Basic,MD2,MD4,MD5,SHA,MDC2,HMAC,RIPEMD,"+ -
"BN,EC,RSA,DSA,DH,DSO,ENGINE,RIJNDAEL,"+ -
"BUFFER,BIO,STACK,LHASH,RAND,ERR,OBJECTS,"+ -
"EVP,EVP_2,ASN1,ASN1_2,PEM,X509,X509V3,"+ -
- "CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,UI"
+ "CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,UI,KRB5"
$ ENCRYPT_PROGRAMS = "DES,PKCS7"
$!
$! Check To Make Sure We Have Valid Command Line Parameters.
@@ -276,6 +276,7 @@ $ LIB_OCSP = "ocsp_asn,ocsp_ext,ocsp_ht,ocsp_lib,ocsp_cl,"+ -
"ocsp_srv,ocsp_prn,ocsp_vfy,ocsp_err"
$ LIB_UI_COMPAT = "ui_compat"
$ LIB_UI = "ui_err,ui_lib,ui_openssl,"+LIB_UI_COMPAT
+$ LIB_KRB5 = "krb5_asn"
$!
$! Setup exceptional compilations
$!