summaryrefslogtreecommitdiff
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorlevitte <levitte>2001-10-04 07:34:43 +0000
committerlevitte <levitte>2001-10-04 07:34:43 +0000
commit5c52e3a1a0cedeee1c106cec7d3c6c36056612c6 (patch)
tree31948d6c414ce88c70fee0f8aecf506106814512 /crypto/Makefile.ssl
parent14b636bec821f0cd4191888cd36ec85c05160ce1 (diff)
downloadopenssl-5c52e3a1a0cedeee1c106cec7d3c6c36056612c6.tar.gz
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/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 3e3f5ebaa..967d0205d 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -30,7 +30,7 @@ SDIRS= md2 md5 sha mdc2 hmac ripemd \
des rc2 rc4 rc5 idea bf cast \
bn ec rsa dsa dh dso engine rijndael \
buffer bio stack lhash rand err objects \
- evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui
+ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5
GENERAL=Makefile README crypto-lib.com install.com
@@ -41,7 +41,7 @@ LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdi
SRC= $(LIBSRC)
EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h ebcdic.h symhacks.h \
- types.h
+ ossl_typ.h
HEADER= cryptlib.h buildinf.h md32_common.h o_time.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)