diff options
| author | jsing <> | 2022-11-10 16:37:52 +0000 |
|---|---|---|
| committer | jsing <> | 2022-11-10 16:37:52 +0000 |
| commit | 8bbca4710a981e94365a52a3aad374c251e1d0a5 (patch) | |
| tree | a195899b53d4926967b849934341c4be077ceb67 /src/lib/libcrypto/Makefile | |
| parent | 313fb25a243cac7bb2c5d40518041217e06a9d16 (diff) | |
| download | openbsd-8bbca4710a981e94365a52a3aad374c251e1d0a5.tar.gz openbsd-8bbca4710a981e94365a52a3aad374c251e1d0a5.tar.bz2 openbsd-8bbca4710a981e94365a52a3aad374c251e1d0a5.zip | |
Implement EVP interfaces for Ed25519 and X25519.
ok beck@ tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index b25ea5f948..084d6c1786 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.85 2022/11/10 16:00:34 joshua Exp $ | 1 | # $OpenBSD: Makefile,v 1.86 2022/11/10 16:37:51 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -33,6 +33,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/asn1 | |||
| 33 | CFLAGS+= -I${LCRYPTO_SRC}/bio | 33 | CFLAGS+= -I${LCRYPTO_SRC}/bio |
| 34 | CFLAGS+= -I${LCRYPTO_SRC}/bn | 34 | CFLAGS+= -I${LCRYPTO_SRC}/bn |
| 35 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring | 35 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring |
| 36 | CFLAGS+= -I${LCRYPTO_SRC}/curve25519 | ||
| 36 | CFLAGS+= -I${LCRYPTO_SRC}/dh | 37 | CFLAGS+= -I${LCRYPTO_SRC}/dh |
| 37 | CFLAGS+= -I${LCRYPTO_SRC}/dsa | 38 | CFLAGS+= -I${LCRYPTO_SRC}/dsa |
| 38 | CFLAGS+= -I${LCRYPTO_SRC}/ec | 39 | CFLAGS+= -I${LCRYPTO_SRC}/ec |
| @@ -361,6 +362,7 @@ SRCS+= ecp_nistp521.c | |||
| 361 | SRCS+= ecp_nistputil.c | 362 | SRCS+= ecp_nistputil.c |
| 362 | SRCS+= ecp_oct.c | 363 | SRCS+= ecp_oct.c |
| 363 | SRCS+= ecp_smpl.c | 364 | SRCS+= ecp_smpl.c |
| 365 | SRCS+= ecx_methods.c | ||
| 364 | 366 | ||
| 365 | # ecdh/ | 367 | # ecdh/ |
| 366 | SRCS+= ecdh_kdf.c | 368 | SRCS+= ecdh_kdf.c |
