From 8ce75307b6eeae36eef3a3458c5163787c3d2fb7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 8 May 2022 20:59:32 +0000 Subject: Remove openssl/cterr.h and inline it in openssl/ct.h ok jsing --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 8bdf5bb847..d6432cdc51 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.73 2022/05/05 08:50:35 tb Exp $ +# $OpenBSD: Makefile,v 1.74 2022/05/08 20:59:32 tb Exp $ LIB= crypto LIBREBUILD=y @@ -377,7 +377,6 @@ HDRS=\ ${LCRYPTO_SRC}/conf/conf_api.h \ ${LCRYPTO_SRC}/crypto.h \ ${LCRYPTO_SRC}/ct/ct.h \ - ${LCRYPTO_SRC}/ct/cterr.h \ ${LCRYPTO_SRC}/curve25519/curve25519.h \ ${LCRYPTO_SRC}/des/des.h \ ${LCRYPTO_SRC}/dh/dh.h \ -- cgit v1.2.3-55-g6feb