summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto
diff options
context:
space:
mode:
authorjsing <>2015-02-10 11:16:33 +0000
committerjsing <>2015-02-10 11:16:33 +0000
commit8e3767cefee0b61a7599b3ce219675e54c312702 (patch)
tree5ad70c8f182ce58b9f8b931518d6ce999b68a736 /src/lib/libcrypto/crypto
parenta23c986bc79db61aa706aa1951c3b2a0c0acdaee (diff)
downloadopenbsd-8e3767cefee0b61a7599b3ce219675e54c312702.tar.gz
openbsd-8e3767cefee0b61a7599b3ce219675e54c312702.tar.bz2
openbsd-8e3767cefee0b61a7599b3ce219675e54c312702.zip
Remove crypto/store - part of which is "currently highly experimental".
This code is not compiled in and OPENSSL_NO_STORE is already defined in opensslfeatures.h. No symbol removal for libcrypto. ok beck@
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r--src/lib/libcrypto/crypto/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile
index 292bd8997d..7790668ace 100644
--- a/src/lib/libcrypto/crypto/Makefile
+++ b/src/lib/libcrypto/crypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.53 2015/02/07 03:23:05 jsing Exp $ 1# $OpenBSD: Makefile,v 1.54 2015/02/10 11:16:33 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -233,9 +233,6 @@ SRCS+= sha_dgst.c sha1dgst.c sha_one.c sha1_one.c sha256.c sha512.c
233# stack/ 233# stack/
234SRCS+= stack.c 234SRCS+= stack.c
235 235
236# store/
237#SRCS+= str_err.c str_lib.c str_meth.c str_mem.c
238
239# ts/ 236# ts/
240SRCS+= ts_err.c ts_req_utils.c ts_req_print.c ts_rsp_utils.c ts_rsp_print.c 237SRCS+= ts_err.c ts_req_utils.c ts_req_print.c ts_rsp_utils.c ts_rsp_print.c
241SRCS+= ts_rsp_sign.c ts_rsp_verify.c ts_verify_ctx.c ts_lib.c ts_conf.c 238SRCS+= ts_rsp_sign.c ts_rsp_verify.c ts_verify_ctx.c ts_lib.c ts_conf.c
@@ -316,7 +313,6 @@ SRCS+= v3_asid.c v3_addr.c
316 ${LCRYPTO_SRC}/rsa \ 313 ${LCRYPTO_SRC}/rsa \
317 ${LCRYPTO_SRC}/sha \ 314 ${LCRYPTO_SRC}/sha \
318 ${LCRYPTO_SRC}/stack \ 315 ${LCRYPTO_SRC}/stack \
319 ${LCRYPTO_SRC}/store \
320 ${LCRYPTO_SRC}/threads \ 316 ${LCRYPTO_SRC}/threads \
321 ${LCRYPTO_SRC}/ts \ 317 ${LCRYPTO_SRC}/ts \
322 ${LCRYPTO_SRC}/txt_db \ 318 ${LCRYPTO_SRC}/txt_db \
@@ -382,7 +378,6 @@ HDRS=\
382 crypto/sha/sha.h \ 378 crypto/sha/sha.h \
383 crypto/stack/safestack.h \ 379 crypto/stack/safestack.h \
384 crypto/stack/stack.h \ 380 crypto/stack/stack.h \
385 crypto/store/store.h \
386 crypto/ts/ts.h \ 381 crypto/ts/ts.h \
387 crypto/txt_db/txt_db.h \ 382 crypto/txt_db/txt_db.h \
388 crypto/ui/ui.h \ 383 crypto/ui/ui.h \