diff options
| author | tb <> | 2025-07-12 20:22:40 +0000 |
|---|---|---|
| committer | tb <> | 2025-07-12 20:22:40 +0000 |
| commit | 69147ea8445a511462c02e8ac88d4f75fec3fa1b (patch) | |
| tree | 41b8a6669f29d8b3252ba346c343e4e0147b85f6 /src/lib/libcrypto/Makefile | |
| parent | d8116bd100cd9a4c1e502db89ddc6042bdb71643 (diff) | |
| download | openbsd-69147ea8445a511462c02e8ac88d4f75fec3fa1b.tar.gz openbsd-69147ea8445a511462c02e8ac88d4f75fec3fa1b.tar.bz2 openbsd-69147ea8445a511462c02e8ac88d4f75fec3fa1b.zip | |
Merge the two functions from x_pkey.c into pem_info.c
It looks like those can be unexported.
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 53a95af9bb..b51103712c 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.239 2025/07/12 19:57:13 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.240 2025/07/12 20:22:40 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -121,7 +121,6 @@ SRCS+= x_crl.c | |||
| 121 | SRCS+= x_exten.c | 121 | SRCS+= x_exten.c |
| 122 | SRCS+= x_long.c | 122 | SRCS+= x_long.c |
| 123 | SRCS+= x_name.c | 123 | SRCS+= x_name.c |
| 124 | SRCS+= x_pkey.c | ||
| 125 | SRCS+= x_pubkey.c | 124 | SRCS+= x_pubkey.c |
| 126 | SRCS+= x_req.c | 125 | SRCS+= x_req.c |
| 127 | SRCS+= x_sig.c | 126 | SRCS+= x_sig.c |
