From 0f7876e466fed4dad77a738f0bdb63846092d5ef Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Apr 2023 16:21:57 +0000 Subject: 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 --- src/lib/libcrypto/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.123 2023/04/28 16:14:46 tb Exp $ +# $OpenBSD: Makefile,v 1.124 2023/04/28 16:21:57 tb Exp $ LIB= crypto LIBREBUILD=y @@ -653,12 +653,6 @@ SRCS+= wp_dgst.c SRCS+= by_dir.c SRCS+= by_file.c SRCS+= by_mem.c -SRCS+= pcy_cache.c -SRCS+= pcy_data.c -SRCS+= pcy_lib.c -SRCS+= pcy_map.c -SRCS+= pcy_node.c -SRCS+= pcy_tree.c SRCS+= x509_addr.c SRCS+= x509_akey.c SRCS+= x509_akeya.c -- cgit v1.2.3-55-g6feb