diff options
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index a4e65fd6a6..d523e8029d 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.57 2015/04/11 16:16:15 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.58 2015/06/20 01:07:24 doug Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -146,7 +146,7 @@ SRCS+= e_des.c e_bf.c e_idea.c e_des3.c e_camellia.c | |||
146 | SRCS+= e_rc4.c e_aes.c names.c | 146 | SRCS+= e_rc4.c e_aes.c names.c |
147 | SRCS+= e_xcbc_d.c e_rc2.c e_cast.c | 147 | SRCS+= e_xcbc_d.c e_rc2.c e_cast.c |
148 | SRCS+= m_null.c m_md4.c m_md5.c m_sha.c m_sha1.c m_wp.c | 148 | SRCS+= m_null.c m_md4.c m_md5.c m_sha.c m_sha1.c m_wp.c |
149 | SRCS+= m_dss.c m_dss1.c m_mdc2.c m_ripemd.c m_ecdsa.c | 149 | SRCS+= m_dss.c m_dss1.c m_ripemd.c m_ecdsa.c |
150 | SRCS+= p_open.c p_seal.c p_sign.c p_verify.c p_lib.c p_enc.c p_dec.c | 150 | SRCS+= p_open.c p_seal.c p_sign.c p_verify.c p_lib.c p_enc.c p_dec.c |
151 | SRCS+= bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c | 151 | SRCS+= bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c |
152 | SRCS+= c_all.c evp_lib.c | 152 | SRCS+= c_all.c evp_lib.c |
@@ -180,9 +180,6 @@ SRCS+= md4_dgst.c md4_one.c | |||
180 | # md5/ | 180 | # md5/ |
181 | SRCS+= md5_dgst.c md5_one.c | 181 | SRCS+= md5_dgst.c md5_one.c |
182 | 182 | ||
183 | # mdc2/ | ||
184 | SRCS+= mdc2dgst.c mdc2_one.c | ||
185 | |||
186 | # modes/ | 183 | # modes/ |
187 | SRCS+= cbc128.c ctr128.c cts128.c cfb128.c ofb128.c gcm128.c ccm128.c xts128.c | 184 | SRCS+= cbc128.c ctr128.c cts128.c cfb128.c ofb128.c gcm128.c ccm128.c xts128.c |
188 | 185 | ||
@@ -292,7 +289,6 @@ SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c | |||
292 | ${LCRYPTO_SRC}/lhash \ | 289 | ${LCRYPTO_SRC}/lhash \ |
293 | ${LCRYPTO_SRC}/md4 \ | 290 | ${LCRYPTO_SRC}/md4 \ |
294 | ${LCRYPTO_SRC}/md5 \ | 291 | ${LCRYPTO_SRC}/md5 \ |
295 | ${LCRYPTO_SRC}/mdc2 \ | ||
296 | ${LCRYPTO_SRC}/modes \ | 292 | ${LCRYPTO_SRC}/modes \ |
297 | ${LCRYPTO_SRC}/objects \ | 293 | ${LCRYPTO_SRC}/objects \ |
298 | ${LCRYPTO_SRC}/ocsp \ | 294 | ${LCRYPTO_SRC}/ocsp \ |
@@ -352,7 +348,6 @@ HDRS=\ | |||
352 | crypto/lhash/lhash.h \ | 348 | crypto/lhash/lhash.h \ |
353 | crypto/md4/md4.h \ | 349 | crypto/md4/md4.h \ |
354 | crypto/md5/md5.h \ | 350 | crypto/md5/md5.h \ |
355 | crypto/mdc2/mdc2.h \ | ||
356 | crypto/modes/modes.h \ | 351 | crypto/modes/modes.h \ |
357 | crypto/objects/objects.h \ | 352 | crypto/objects/objects.h \ |
358 | crypto/ocsp/ocsp.h \ | 353 | crypto/ocsp/ocsp.h \ |