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/lib/libcrypto/Makefile | |
| 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/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |
