summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-04-28 16:21:57 +0000
committertb <>2023-04-28 16:21:57 +0000
commitb0c9c11efe0cef47fc3984adcd26a3ac1e60dca4 (patch)
treeab7bf11dbba9e8b630f9ced2d33ff8be0eb6049a /src/lib/libcrypto/Makefile
parenta0c33baaf98034d89850018ab48c10b2b6e68575 (diff)
downloadopenbsd-b0c9c11efe0cef47fc3984adcd26a3ac1e60dca4.tar.gz
openbsd-b0c9c11efe0cef47fc3984adcd26a3ac1e60dca4.tar.bz2
openbsd-b0c9c11efe0cef47fc3984adcd26a3ac1e60dca4.zip
Take the old policy code behind the barn
It can go play in the fields with all the other exponential time policy "code". discussed with jsing ok & commit message beck
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 7532e32210..110ec3fb97 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.123 2023/04/28 16:14:46 tb Exp $ 1# $OpenBSD: Makefile,v 1.124 2023/04/28 16:21:57 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -653,12 +653,6 @@ SRCS+= wp_dgst.c
653SRCS+= by_dir.c 653SRCS+= by_dir.c
654SRCS+= by_file.c 654SRCS+= by_file.c
655SRCS+= by_mem.c 655SRCS+= by_mem.c
656SRCS+= pcy_cache.c
657SRCS+= pcy_data.c
658SRCS+= pcy_lib.c
659SRCS+= pcy_map.c
660SRCS+= pcy_node.c
661SRCS+= pcy_tree.c
662SRCS+= x509_addr.c 656SRCS+= x509_addr.c
663SRCS+= x509_akey.c 657SRCS+= x509_akey.c
664SRCS+= x509_akeya.c 658SRCS+= x509_akeya.c