diff options
| author | tb <> | 2024-11-05 10:59:42 +0000 |
|---|---|---|
| committer | tb <> | 2024-11-05 10:59:42 +0000 |
| commit | ff701282b49f028be56be5b7b3491525367fe0d4 (patch) | |
| tree | c9016853329375024edf61ebc870b64c02d52a80 /src | |
| parent | 24a2a12cdf86f562be09299a361e3c88073108f1 (diff) | |
| download | openbsd-ff701282b49f028be56be5b7b3491525367fe0d4.tar.gz openbsd-ff701282b49f028be56be5b7b3491525367fe0d4.tar.bz2 openbsd-ff701282b49f028be56be5b7b3491525367fe0d4.zip | |
Rename cryptlib.c into crypto_legacy.c
discussed with jsing
Diffstat (limited to 'src')
| -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 | * |
