diff options
author | tb <> | 2023-12-20 13:52:17 +0000 |
---|---|---|
committer | tb <> | 2023-12-20 13:52:17 +0000 |
commit | 2535233d3f094a8d2e4108902ad731f96e2d4ad7 (patch) | |
tree | 1bd183a07b8a58dea82f2b8d43e01cd968c9b61e /src/lib/libcrypto/Makefile | |
parent | c563fecbbf718aa3c7a10feda324a98a832f1e5d (diff) | |
download | openbsd-2535233d3f094a8d2e4108902ad731f96e2d4ad7.tar.gz openbsd-2535233d3f094a8d2e4108902ad731f96e2d4ad7.tar.bz2 openbsd-2535233d3f094a8d2e4108902ad731f96e2d4ad7.zip |
Merge p_open and p_seal into p_legacy
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d584019e14..6329d309e7 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.158 2023/12/20 13:46:05 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.159 2023/12/20 13:52:17 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -394,8 +394,6 @@ SRCS+= p5_crpt.c | |||
394 | SRCS+= p5_crpt2.c | 394 | SRCS+= p5_crpt2.c |
395 | SRCS+= p_legacy.c | 395 | SRCS+= p_legacy.c |
396 | SRCS+= p_lib.c | 396 | SRCS+= p_lib.c |
397 | SRCS+= p_open.c | ||
398 | SRCS+= p_seal.c | ||
399 | SRCS+= p_sign.c | 397 | SRCS+= p_sign.c |
400 | SRCS+= p_verify.c | 398 | SRCS+= p_verify.c |
401 | SRCS+= pmeth_fn.c | 399 | SRCS+= pmeth_fn.c |