diff options
| author | tb <> | 2025-07-12 19:57:13 +0000 |
|---|---|---|
| committer | tb <> | 2025-07-12 19:57:13 +0000 |
| commit | d8116bd100cd9a4c1e502db89ddc6042bdb71643 (patch) | |
| tree | fd89724e300002861ec4df175d1e18990e3ff95a /src/lib/libcrypto/Makefile | |
| parent | 63d44e27ad76fc5499e99ddb652e92397ea23c20 (diff) | |
| download | openbsd-d8116bd100cd9a4c1e502db89ddc6042bdb71643.tar.gz openbsd-d8116bd100cd9a4c1e502db89ddc6042bdb71643.tar.bz2 openbsd-d8116bd100cd9a4c1e502db89ddc6042bdb71643.zip | |
Merge the two functions from x_info.c into pem_info.c
X509_INFO_new() isn't used directly outside of this file, so this is a bit
tidier.
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 a33a209ef7..53a95af9bb 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.238 2025/06/27 17:26:57 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.239 2025/07/12 19:57:13 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -119,7 +119,6 @@ SRCS+= x_attrib.c | |||
| 119 | SRCS+= x_bignum.c | 119 | SRCS+= x_bignum.c |
| 120 | SRCS+= x_crl.c | 120 | SRCS+= x_crl.c |
| 121 | SRCS+= x_exten.c | 121 | SRCS+= x_exten.c |
| 122 | SRCS+= x_info.c | ||
| 123 | SRCS+= x_long.c | 122 | SRCS+= x_long.c |
| 124 | SRCS+= x_name.c | 123 | SRCS+= x_name.c |
| 125 | SRCS+= x_pkey.c | 124 | SRCS+= x_pkey.c |
