aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-07-12 22:23:22 +0200
committerTheo Buehler <tb@openbsd.org>2025-07-12 22:23:32 +0200
commit0a07d6b66fbf31ed8f586c7734833b097a8cb0b5 (patch)
treed6b3a02805795ac0b4ce316759d0869cbaa4a20c
parent54dc5a27b1f22f6e5df198b6fd8f4b798f501081 (diff)
downloadportable-0a07d6b66fbf31ed8f586c7734833b097a8cb0b5.tar.gz
portable-0a07d6b66fbf31ed8f586c7734833b097a8cb0b5.tar.bz2
portable-0a07d6b66fbf31ed8f586c7734833b097a8cb0b5.zip
Adjust for x_pkey.c removal
Change-Id: I6a6a696458f18874c81e49aa5068a910a51becdb
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 8c7635a..047c228 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -224,7 +224,6 @@ set(
224 asn1/x_exten.c 224 asn1/x_exten.c
225 asn1/x_long.c 225 asn1/x_long.c
226 asn1/x_name.c 226 asn1/x_name.c
227 asn1/x_pkey.c
228 asn1/x_pubkey.c 227 asn1/x_pubkey.c
229 asn1/x_req.c 228 asn1/x_req.c
230 asn1/x_sig.c 229 asn1/x_sig.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 250063f..ad241ab 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -317,7 +317,6 @@ libcrypto_la_SOURCES += asn1/x_crl.c
317libcrypto_la_SOURCES += asn1/x_exten.c 317libcrypto_la_SOURCES += asn1/x_exten.c
318libcrypto_la_SOURCES += asn1/x_long.c 318libcrypto_la_SOURCES += asn1/x_long.c
319libcrypto_la_SOURCES += asn1/x_name.c 319libcrypto_la_SOURCES += asn1/x_name.c
320libcrypto_la_SOURCES += asn1/x_pkey.c
321libcrypto_la_SOURCES += asn1/x_pubkey.c 320libcrypto_la_SOURCES += asn1/x_pubkey.c
322libcrypto_la_SOURCES += asn1/x_req.c 321libcrypto_la_SOURCES += asn1/x_req.c
323libcrypto_la_SOURCES += asn1/x_sig.c 322libcrypto_la_SOURCES += asn1/x_sig.c