diff options
| author | tb <> | 2023-07-28 09:01:25 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 09:01:25 +0000 |
| commit | 92f3766713986fcccdc079df784442dcfde4921c (patch) | |
| tree | d1cbf4b2ff221548fc0009d89f5f244c90d8a78e /src/lib/libcrypto/Makefile | |
| parent | e9620d02140d013d9a99c424c98a0b4840e3d18f (diff) | |
| download | openbsd-92f3766713986fcccdc079df784442dcfde4921c.tar.gz openbsd-92f3766713986fcccdc079df784442dcfde4921c.tar.bz2 openbsd-92f3766713986fcccdc079df784442dcfde4921c.zip | |
Remove ecs_err.c
These error codes have been unused for a while, so the public API loading
them is pointless.
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 b9cb2eddce..64bdb97eef 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.139 2023/07/21 09:04:23 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.140 2023/07/28 09:01:25 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -357,7 +357,6 @@ SRCS+= ech_err.c | |||
| 357 | SRCS+= ech_lib.c | 357 | SRCS+= ech_lib.c |
| 358 | 358 | ||
| 359 | # ecdsa/ | 359 | # ecdsa/ |
| 360 | SRCS+= ecs_err.c | ||
| 361 | SRCS+= ecs_lib.c | 360 | SRCS+= ecs_lib.c |
| 362 | SRCS+= ecdsa.c | 361 | SRCS+= ecdsa.c |
| 363 | 362 | ||
