summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-06-25 19:29:31 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-06-25 19:29:31 +0000
commit51a0ea506cb6b32ebbe416305e3ea7783036047c (patch)
treecdb630cb2e79e27c11e93c083455817b5277fee5 /lib/libcrypto
parentd0ae807b6670cfb991a041f002c422915a7374bb (diff)
With ech_local.h gone, we no longer need to -I ecdh
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index 6fe129bcdd3..f5114d5ca3f 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -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