diff options
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/crypto_legacy.c (renamed from src/lib/libcrypto/cryptlib.c) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d11e66cede..8630687370 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.218 2024/11/02 15:50:50 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.219 2024/11/05 10:59:42 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -57,9 +57,9 @@ SYMBOL_LIST= ${.CURDIR}/Symbols.list | |||
57 | 57 | ||
58 | # crypto/ | 58 | # crypto/ |
59 | SRCS+= cpt_err.c | 59 | SRCS+= cpt_err.c |
60 | SRCS+= cryptlib.c | ||
61 | SRCS+= crypto_ex_data.c | 60 | SRCS+= crypto_ex_data.c |
62 | SRCS+= crypto_init.c | 61 | SRCS+= crypto_init.c |
62 | SRCS+= crypto_legacy.c | ||
63 | SRCS+= crypto_lock.c | 63 | SRCS+= crypto_lock.c |
64 | SRCS+= cversion.c | 64 | SRCS+= cversion.c |
65 | SRCS+= malloc-wrapper.c | 65 | SRCS+= malloc-wrapper.c |
diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/crypto_legacy.c index fe14dd608f..5b3ed67304 100644 --- a/src/lib/libcrypto/cryptlib.c +++ b/src/lib/libcrypto/crypto_legacy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cryptlib.c,v 1.61 2024/11/05 09:35:40 tb Exp $ */ | 1 | /* $OpenBSD: crypto_legacy.c,v 1.1 2024/11/05 10:59:42 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |