summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/crypto/Makefile20
1 files changed, 3 insertions, 17 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile
index 97bb90b96d..447fc28bbe 100644
--- a/src/lib/libcrypto/crypto/Makefile
+++ b/src/lib/libcrypto/crypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.12 2014/04/15 20:49:00 tedu Exp $ 1# $OpenBSD: Makefile,v 1.13 2014/04/15 22:44:15 tedu Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -155,9 +155,9 @@ SRCS+= err.c err_all.c err_prn.c
155# evp/ 155# evp/
156SRCS+= encode.c digest.c evp_enc.c evp_key.c evp_acnf.c 156SRCS+= encode.c digest.c evp_enc.c evp_key.c evp_acnf.c
157SRCS+= e_des.c e_bf.c e_idea.c e_des3.c e_camellia.c 157SRCS+= e_des.c e_bf.c e_idea.c e_des3.c e_camellia.c
158SRCS+= e_rc4.c e_aes.c names.c e_seed.c 158SRCS+= e_rc4.c e_aes.c names.c
159SRCS+= e_xcbc_d.c e_rc2.c e_cast.c e_rc5.c 159SRCS+= e_xcbc_d.c e_rc2.c e_cast.c e_rc5.c
160SRCS+= m_null.c m_md2.c m_md4.c m_md5.c m_sha.c m_sha1.c m_wp.c 160SRCS+= m_null.c m_md4.c m_md5.c m_sha.c m_sha1.c m_wp.c
161SRCS+= m_dss.c m_dss1.c m_mdc2.c m_ripemd.c m_ecdsa.c 161SRCS+= m_dss.c m_dss1.c m_mdc2.c m_ripemd.c m_ecdsa.c
162SRCS+= p_open.c p_seal.c p_sign.c p_verify.c p_lib.c p_enc.c p_dec.c 162SRCS+= p_open.c p_seal.c p_sign.c p_verify.c p_lib.c p_enc.c p_dec.c
163SRCS+= bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c 163SRCS+= bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c
@@ -172,18 +172,12 @@ SRCS+= hmac.c hm_ameth.c hm_pmeth.c
172# idea/ 172# idea/
173SRCS+= i_cbc.c i_cfb64.c i_ofb64.c i_ecb.c i_skey.c 173SRCS+= i_cbc.c i_cfb64.c i_ofb64.c i_ecb.c i_skey.c
174 174
175# jpake/
176#SRCS+= jpake.c jpake_err.c
177
178# krb5/ 175# krb5/
179SRCS+= krb5_asn.c 176SRCS+= krb5_asn.c
180 177
181# lhash/ 178# lhash/
182SRCS+= lhash.c lh_stats.c 179SRCS+= lhash.c lh_stats.c
183 180
184# md2
185##SRCS+= md2_dgst.c md2_one.c
186
187# md4/ 181# md4/
188SRCS+= md4_dgst.c md4_one.c 182SRCS+= md4_dgst.c md4_one.c
189 183
@@ -241,9 +235,6 @@ SRCS+= rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c rsa_chk.c rsa_null.c
241SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c 235SRCS+= rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c
242SRCS+= rsa_pmeth.c rsa_crpt.c 236SRCS+= rsa_pmeth.c rsa_crpt.c
243 237
244# seed/
245#SRCS+= seed.c seed_ecb.c seed_cbc.c seed_cfb.c seed_ofb.c
246
247# sha/ 238# sha/
248SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c sha256.c sha512.c 239SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c sha256.c sha512.c
249 240
@@ -311,10 +302,8 @@ SRCS+= v3_asid.c v3_addr.c
311 ${LCRYPTO_SRC}/engine \ 302 ${LCRYPTO_SRC}/engine \
312 ${LCRYPTO_SRC}/err \ 303 ${LCRYPTO_SRC}/err \
313 ${LCRYPTO_SRC}/evp \ 304 ${LCRYPTO_SRC}/evp \
314 ${LCRYPTO_SRC}/md2 \
315 ${LCRYPTO_SRC}/hmac \ 305 ${LCRYPTO_SRC}/hmac \
316 ${LCRYPTO_SRC}/idea \ 306 ${LCRYPTO_SRC}/idea \
317 ${LCRYPTO_SRC}/jpake \
318 ${LCRYPTO_SRC}/krb5 \ 307 ${LCRYPTO_SRC}/krb5 \
319 ${LCRYPTO_SRC}/lhash \ 308 ${LCRYPTO_SRC}/lhash \
320 ${LCRYPTO_SRC}/md4 \ 309 ${LCRYPTO_SRC}/md4 \
@@ -334,7 +323,6 @@ SRCS+= v3_asid.c v3_addr.c
334 ${LCRYPTO_SRC}/rc5 \ 323 ${LCRYPTO_SRC}/rc5 \
335 ${LCRYPTO_SRC}/ripemd \ 324 ${LCRYPTO_SRC}/ripemd \
336 ${LCRYPTO_SRC}/rsa \ 325 ${LCRYPTO_SRC}/rsa \
337 ${LCRYPTO_SRC}/seed \
338 ${LCRYPTO_SRC}/sha \ 326 ${LCRYPTO_SRC}/sha \
339 ${LCRYPTO_SRC}/stack \ 327 ${LCRYPTO_SRC}/stack \
340 ${LCRYPTO_SRC}/store \ 328 ${LCRYPTO_SRC}/store \
@@ -378,7 +366,6 @@ HDRS=\
378 crypto/idea/idea.h \ 366 crypto/idea/idea.h \
379 crypto/krb5/krb5_asn.h \ 367 crypto/krb5/krb5_asn.h \
380 crypto/lhash/lhash.h \ 368 crypto/lhash/lhash.h \
381 crypto/md2/md2.h \
382 crypto/md4/md4.h \ 369 crypto/md4/md4.h \
383 crypto/md5/md5.h \ 370 crypto/md5/md5.h \
384 crypto/mdc2/mdc2.h \ 371 crypto/mdc2/mdc2.h \
@@ -398,7 +385,6 @@ HDRS=\
398 crypto/rc5/rc5.h \ 385 crypto/rc5/rc5.h \
399 crypto/ripemd/ripemd.h \ 386 crypto/ripemd/ripemd.h \
400 crypto/rsa/rsa.h \ 387 crypto/rsa/rsa.h \
401 crypto/seed/seed.h \
402 crypto/sha/sha.h \ 388 crypto/sha/sha.h \
403 crypto/srp/srp.h \ 389 crypto/srp/srp.h \
404 crypto/stack/safestack.h \ 390 crypto/stack/safestack.h \