With ech_local.h gone, we no longer need to -I ecdh
authortb <tb@openbsd.org>
Sun, 25 Jun 2023 19:29:30 +0000 (19:29 +0000)
committertb <tb@openbsd.org>
Sun, 25 Jun 2023 19:29:30 +0000 (19:29 +0000)
lib/libcrypto/Makefile

index 6fe129b..f5114d5 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.131 2023/06/21 07:41:55 jsing Exp $
+# $OpenBSD: Makefile,v 1.132 2023/06/25 19:29:30 tb Exp $
 
 LIB=   crypto
 LIBREBUILD=y
@@ -42,7 +42,6 @@ CFLAGS+= -I${LCRYPTO_SRC}/curve25519
 CFLAGS+= -I${LCRYPTO_SRC}/dh
 CFLAGS+= -I${LCRYPTO_SRC}/dsa
 CFLAGS+= -I${LCRYPTO_SRC}/ec
-CFLAGS+= -I${LCRYPTO_SRC}/ecdh
 CFLAGS+= -I${LCRYPTO_SRC}/ecdsa
 CFLAGS+= -I${LCRYPTO_SRC}/evp
 CFLAGS+= -I${LCRYPTO_SRC}/hidden