diff options
author | tb <> | 2023-07-28 09:19:59 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 09:19:59 +0000 |
commit | e5c3cb1fc9513740908e7dc235cee9871623b942 (patch) | |
tree | 864f69fe0f6bcf18c4f7aaff898c4cb5e8817f32 /src/lib/libcrypto/Makefile | |
parent | 255468492883aa8670b1cda7ae657482b4c57cf3 (diff) | |
download | openbsd-e5c3cb1fc9513740908e7dc235cee9871623b942.tar.gz openbsd-e5c3cb1fc9513740908e7dc235cee9871623b942.tar.bz2 openbsd-e5c3cb1fc9513740908e7dc235cee9871623b942.zip |
Remove ECDH errors
Much like the ECDSA errors, the ECDH errors have been unused for a
while. Garbage collect them.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 5e6cd43138..030efb14c1 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.141 2023/07/28 09:08:31 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.142 2023/07/28 09:19:58 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -353,7 +353,6 @@ SRCS+= ecx_methods.c | |||
353 | 353 | ||
354 | # ecdh/ | 354 | # ecdh/ |
355 | SRCS+= ecdh.c | 355 | SRCS+= ecdh.c |
356 | SRCS+= ech_err.c | ||
357 | SRCS+= ech_lib.c | 356 | SRCS+= ech_lib.c |
358 | 357 | ||
359 | # ecdsa/ | 358 | # ecdsa/ |