diff options
author | djm <> | 2005-04-29 05:42:05 +0000 |
---|---|---|
committer | djm <> | 2005-04-29 05:42:05 +0000 |
commit | 3c8474956a313117da5edc5aaf1951aae70aa9c0 (patch) | |
tree | 504c9e12a88d0c499eb435ff87ed251f597c86e4 /src | |
parent | 2d7f5197939c5c7d68f2fca6772074046d53ca47 (diff) | |
download | openbsd-3c8474956a313117da5edc5aaf1951aae70aa9c0.tar.gz openbsd-3c8474956a313117da5edc5aaf1951aae70aa9c0.tar.bz2 openbsd-3c8474956a313117da5edc5aaf1951aae70aa9c0.zip |
adjust for new files in 0.9.7g
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 960b0ceab6..44d95de59d 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.40 2005/04/01 08:15:52 markus Exp $ | 1 | # $OpenBSD: Makefile,v 1.41 2005/04/29 05:42:05 djm Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
5 | SSLEAYDIST= src | 5 | SSLEAYDIST= src |
6 | SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} | 6 | SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} |
7 | LCRYPTO_SRC= ${SSL_SRC}/crypto | 7 | LCRYPTO_SRC= ${SSL_SRC}/crypto |
8 | FIPS_SRC= ${SSL_SRC}/fips | ||
8 | 9 | ||
9 | .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || \ | 10 | .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || \ |
10 | ${MACHINE_ARCH} == "vax" || ${MACHINE_ARCH} == "amd64" || \ | 11 | ${MACHINE_ARCH} == "vax" || ${MACHINE_ARCH} == "amd64" || \ |
@@ -83,7 +84,7 @@ SRCS+= bio_b64.c e_bf.c m_sha.c p_open.c | |||
83 | SRCS+= bio_enc.c e_cast.c e_xcbc_d.c m_dss.c m_sha1.c p_seal.c | 84 | SRCS+= bio_enc.c e_cast.c e_xcbc_d.c m_dss.c m_sha1.c p_seal.c |
84 | SRCS+= bio_md.c e_des.c encode.c m_dss1.c names.c p_sign.c | 85 | SRCS+= bio_md.c e_des.c encode.c m_dss1.c names.c p_sign.c |
85 | SRCS+= bio_ok.c e_des3.c evp_enc.c m_md2.c p_verify.c | 86 | SRCS+= bio_ok.c e_des3.c evp_enc.c m_md2.c p_verify.c |
86 | SRCS+= c_all.c evp_err.c evp_acnf.c m_md4.c p5_crpt.c | 87 | SRCS+= c_all.c evp_err.c evp_acnf.c m_md4.c p5_crpt.c e_old.c |
87 | SRCS+= c_allc.c evp_key.c m_md5.c p5_crpt2.c | 88 | SRCS+= c_allc.c evp_key.c m_md5.c p5_crpt2.c |
88 | SRCS+= c_alld.c e_null.c evp_lib.c p_dec.c | 89 | SRCS+= c_alld.c e_null.c evp_lib.c p_dec.c |
89 | SRCS+= digest.c e_rc2.c evp_pbe.c m_null.c p_enc.c | 90 | SRCS+= digest.c e_rc2.c evp_pbe.c m_null.c p_enc.c |
@@ -110,7 +111,7 @@ SRCS+= x509_cmp.c x509_ext.c x509_req.c x509_v3.c x509rset.c | |||
110 | SRCS+= v3_akey.c v3_alt.c v3_bcons.c v3_bitst.c v3_conf.c v3_cpols.c | 111 | SRCS+= v3_akey.c v3_alt.c v3_bcons.c v3_bitst.c v3_conf.c v3_cpols.c |
111 | SRCS+= v3_crld.c v3_enum.c v3_extku.c v3_genn.c v3_ia5.c v3_int.c | 112 | SRCS+= v3_crld.c v3_enum.c v3_extku.c v3_genn.c v3_ia5.c v3_int.c |
112 | SRCS+= v3_lib.c v3_pku.c v3_prn.c v3_skey.c v3_sxnet.c v3_utl.c | 113 | SRCS+= v3_lib.c v3_pku.c v3_prn.c v3_skey.c v3_sxnet.c v3_utl.c |
113 | SRCS+= v3err.c v3_info.c v3_purp.c v3_ocsp.c v3_akeya.c | 114 | SRCS+= v3err.c v3_info.c v3_purp.c v3_ocsp.c v3_akeya.c v3_pci.c v3_pcia.c |
114 | SRCS+= conf_err.c conf_lib.c conf_def.c conf_api.c conf_mod.c conf_mall.c | 115 | SRCS+= conf_err.c conf_lib.c conf_def.c conf_api.c conf_mod.c conf_mall.c |
115 | SRCS+= conf_sap.c | 116 | SRCS+= conf_sap.c |
116 | SRCS+= txt_db.c | 117 | SRCS+= txt_db.c |
@@ -134,6 +135,16 @@ SRCS+= ocsp_cl.c ocsp_ext.c ocsp_lib.c ocsp_srv.c | |||
134 | SRCS+= ec_cvt.c ec_lib.c ecp_mont.c ecp_recp.c | 135 | SRCS+= ec_cvt.c ec_lib.c ecp_mont.c ecp_recp.c |
135 | SRCS+= ec_err.c ec_mult.c ecp_nist.c ecp_smpl.c | 136 | SRCS+= ec_err.c ec_mult.c ecp_nist.c ecp_smpl.c |
136 | 137 | ||
138 | # Only used when -DOPENSSL_FIPS is set | ||
139 | #SRCS+= fips.c fips_err_wrapper.c | ||
140 | #SRCS+= fips_aes_core.c fips_aes_selftest.c | ||
141 | #SRCS+= fips_des_enc.c fips_des_selftest.c fips_set_key.c | ||
142 | #SRCS+= fips_dh_check.c fips_dh_gen.c fips_dh_key.c | ||
143 | #SRCS+= fips_dsa_ossl.c fips_dsa_gen.c fips_dsa_selftest.c | ||
144 | #SRCS+= fips_rand.c | ||
145 | #SRCS+= fips_rsa_eay.c fips_rsa_gen.c fips_rsa_selftest.c | ||
146 | #SRCS+= fips_sha1dgst.c fips_sha1_selftest.c | ||
147 | |||
137 | .PATH: ${LCRYPTO_SRC}/md2 ${LCRYPTO_SRC}/md5 ${LCRYPTO_SRC}/sha \ | 148 | .PATH: ${LCRYPTO_SRC}/md2 ${LCRYPTO_SRC}/md5 ${LCRYPTO_SRC}/sha \ |
138 | ${LCRYPTO_SRC}/mdc2 ${LCRYPTO_SRC}/hmac ${LCRYPTO_SRC}/ripemd \ | 149 | ${LCRYPTO_SRC}/mdc2 ${LCRYPTO_SRC}/hmac ${LCRYPTO_SRC}/ripemd \ |
139 | ${LCRYPTO_SRC}/des ${LCRYPTO_SRC}/rc2 ${LCRYPTO_SRC}/rc4 \ | 150 | ${LCRYPTO_SRC}/des ${LCRYPTO_SRC}/rc2 ${LCRYPTO_SRC}/rc4 \ |
@@ -147,9 +158,12 @@ SRCS+= ec_err.c ec_mult.c ecp_nist.c ecp_smpl.c | |||
147 | ${LCRYPTO_SRC}/pkcs7 ${LCRYPTO_SRC}/x509v3 ${LCRYPTO_SRC}/pkcs12 \ | 158 | ${LCRYPTO_SRC}/pkcs7 ${LCRYPTO_SRC}/x509v3 ${LCRYPTO_SRC}/pkcs12 \ |
148 | ${LCRYPTO_SRC}/comp ${LCRYPTO_SRC}/txt_db ${LCRYPTO_SRC}/md4 \ | 159 | ${LCRYPTO_SRC}/comp ${LCRYPTO_SRC}/txt_db ${LCRYPTO_SRC}/md4 \ |
149 | ${LCRYPTO_SRC}/engine ${LCRYPTO_SRC}/dso ${LCRYPTO_SRC}/ui \ | 160 | ${LCRYPTO_SRC}/engine ${LCRYPTO_SRC}/dso ${LCRYPTO_SRC}/ui \ |
150 | ${LCRYPTO_SRC}/ocsp ${LCRYPTO_SRC}/ec ${LCRYPTO_SRC}/aes ${LCRYPTO_SRC} \ | 161 | ${LCRYPTO_SRC}/ocsp ${LCRYPTO_SRC}/ec ${LCRYPTO_SRC}/aes \ |
162 | ${LCRYPTO_SRC} \ | ||
151 | ${LCRYPTO_SRC}/acss ${.CURDIR}/arch/${MACHINE_ARCH} \ | 163 | ${LCRYPTO_SRC}/acss ${.CURDIR}/arch/${MACHINE_ARCH} \ |
152 | ${LCRYPTO_SRC}/bn/asm | 164 | ${LCRYPTO_SRC}/bn/asm \ |
165 | ${FIPS_SRC}/ ${FIPS_SRC}/aes ${FIPS_SRC}/des ${FIPS_SRC}/dh \ | ||
166 | ${FIPS_SRC}/dsa ${FIPS_SRC}/rand ${FIPS_SRC}/rsa ${FIPS_SRC}/sha1 | ||
153 | 167 | ||
154 | HDRS=\ | 168 | HDRS=\ |
155 | crypto/acss/acss.h \ | 169 | crypto/acss/acss.h \ |
@@ -208,7 +222,9 @@ HDRS=\ | |||
208 | crypto/x509/x509.h \ | 222 | crypto/x509/x509.h \ |
209 | crypto/x509/x509_vfy.h \ | 223 | crypto/x509/x509_vfy.h \ |
210 | crypto/x509v3/x509v3.h \ | 224 | crypto/x509v3/x509v3.h \ |
211 | e_os2.h | 225 | e_os2.h \ |
226 | fips/fips.h \ | ||
227 | fips/rand/fips_rand.h | ||
212 | 228 | ||
213 | HDRS_GEN=\ | 229 | HDRS_GEN=\ |
214 | ${.CURDIR}/arch/${MACHINE_ARCH}/opensslconf.h \ | 230 | ${.CURDIR}/arch/${MACHINE_ARCH}/opensslconf.h \ |