From f65d9341c156c976ca2b50ffb7befb28af325318 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 20 Dec 2023 13:52:17 +0000 Subject: Merge p_open and p_seal into p_legacy discussed with jsing --- src/lib/libcrypto/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d584019e14..6329d309e7 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.158 2023/12/20 13:46:05 tb Exp $ +# $OpenBSD: Makefile,v 1.159 2023/12/20 13:52:17 tb Exp $ LIB= crypto LIBREBUILD=y @@ -394,8 +394,6 @@ SRCS+= p5_crpt.c SRCS+= p5_crpt2.c SRCS+= p_legacy.c SRCS+= p_lib.c -SRCS+= p_open.c -SRCS+= p_seal.c SRCS+= p_sign.c SRCS+= p_verify.c SRCS+= pmeth_fn.c -- cgit v1.2.3-55-g6feb