summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index c85d72bdaf..0517d8ab08 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.9 2016/11/04 13:57:38 miod Exp $ 1# $OpenBSD: Makefile,v 1.10 2016/11/04 18:12:49 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -161,9 +161,6 @@ SRCS+= hmac.c hm_ameth.c hm_pmeth.c
161# idea/ 161# idea/
162SRCS+= i_cbc.c i_cfb64.c i_ofb64.c i_ecb.c i_skey.c 162SRCS+= i_cbc.c i_cfb64.c i_ofb64.c i_ecb.c i_skey.c
163 163
164# krb5/
165SRCS+= krb5_asn.c
166
167# lhash/ 164# lhash/
168SRCS+= lhash.c lh_stats.c 165SRCS+= lhash.c lh_stats.c
169 166
@@ -277,7 +274,6 @@ SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c
277 ${LCRYPTO_SRC}/gost \ 274 ${LCRYPTO_SRC}/gost \
278 ${LCRYPTO_SRC}/hmac \ 275 ${LCRYPTO_SRC}/hmac \
279 ${LCRYPTO_SRC}/idea \ 276 ${LCRYPTO_SRC}/idea \
280 ${LCRYPTO_SRC}/krb5 \
281 ${LCRYPTO_SRC}/lhash \ 277 ${LCRYPTO_SRC}/lhash \
282 ${LCRYPTO_SRC}/md4 \ 278 ${LCRYPTO_SRC}/md4 \
283 ${LCRYPTO_SRC}/md5 \ 279 ${LCRYPTO_SRC}/md5 \
@@ -334,7 +330,6 @@ HDRS=\
334 ${LCRYPTO_SRC}/gost/gost.h \ 330 ${LCRYPTO_SRC}/gost/gost.h \
335 ${LCRYPTO_SRC}/hmac/hmac.h \ 331 ${LCRYPTO_SRC}/hmac/hmac.h \
336 ${LCRYPTO_SRC}/idea/idea.h \ 332 ${LCRYPTO_SRC}/idea/idea.h \
337 ${LCRYPTO_SRC}/krb5/krb5_asn.h \
338 ${LCRYPTO_SRC}/lhash/lhash.h \ 333 ${LCRYPTO_SRC}/lhash/lhash.h \
339 ${LCRYPTO_SRC}/md4/md4.h \ 334 ${LCRYPTO_SRC}/md4/md4.h \
340 ${LCRYPTO_SRC}/md5/md5.h \ 335 ${LCRYPTO_SRC}/md5/md5.h \