aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-28 11:03:01 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-28 11:03:01 -0600
commitf08bf799695d22feabe6c7ac73a7b151db2412a4 (patch)
tree21c319310c4cd7624c65f7b8e36897c8c60d64f6 /crypto
parent9b4a05cbe6d004c5fedeb0ec06f07406245705c5 (diff)
downloadportable-f08bf799695d22feabe6c7ac73a7b151db2412a4.tar.gz
portable-f08bf799695d22feabe6c7ac73a7b151db2412a4.tar.bz2
portable-f08bf799695d22feabe6c7ac73a7b151db2412a4.zip
Unhook policy code
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt6
-rw-r--r--crypto/Makefile.am7
2 files changed, 0 insertions, 13 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index dae152a..3b84683 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -722,12 +722,6 @@ set(
722 x509/by_dir.c 722 x509/by_dir.c
723 x509/by_file.c 723 x509/by_file.c
724 x509/by_mem.c 724 x509/by_mem.c
725 x509/pcy_cache.c
726 x509/pcy_data.c
727 x509/pcy_lib.c
728 x509/pcy_map.c
729 x509/pcy_node.c
730 x509/pcy_tree.c
731 x509/x509_addr.c 725 x509/x509_addr.c
732 x509/x509_akey.c 726 x509/x509_akey.c
733 x509/x509_akeya.c 727 x509/x509_akeya.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index f7d6b87..e9dca25 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -1008,12 +1008,6 @@ noinst_HEADERS += whrlpool/wp_local.h
1008libcrypto_la_SOURCES += x509/by_dir.c 1008libcrypto_la_SOURCES += x509/by_dir.c
1009libcrypto_la_SOURCES += x509/by_file.c 1009libcrypto_la_SOURCES += x509/by_file.c
1010libcrypto_la_SOURCES += x509/by_mem.c 1010libcrypto_la_SOURCES += x509/by_mem.c
1011libcrypto_la_SOURCES += x509/pcy_cache.c
1012libcrypto_la_SOURCES += x509/pcy_data.c
1013libcrypto_la_SOURCES += x509/pcy_lib.c
1014libcrypto_la_SOURCES += x509/pcy_map.c
1015libcrypto_la_SOURCES += x509/pcy_node.c
1016libcrypto_la_SOURCES += x509/pcy_tree.c
1017libcrypto_la_SOURCES += x509/x509_addr.c 1011libcrypto_la_SOURCES += x509/x509_addr.c
1018libcrypto_la_SOURCES += x509/x509_akey.c 1012libcrypto_la_SOURCES += x509/x509_akey.c
1019libcrypto_la_SOURCES += x509/x509_akeya.c 1013libcrypto_la_SOURCES += x509/x509_akeya.c
@@ -1065,7 +1059,6 @@ libcrypto_la_SOURCES += x509/x509rset.c
1065libcrypto_la_SOURCES += x509/x509spki.c 1059libcrypto_la_SOURCES += x509/x509spki.c
1066libcrypto_la_SOURCES += x509/x509type.c 1060libcrypto_la_SOURCES += x509/x509type.c
1067libcrypto_la_SOURCES += x509/x_all.c 1061libcrypto_la_SOURCES += x509/x_all.c
1068noinst_HEADERS += x509/pcy_int.h
1069noinst_HEADERS += x509/x509_internal.h 1062noinst_HEADERS += x509/x509_internal.h
1070noinst_HEADERS += x509/x509_issuer_cache.h 1063noinst_HEADERS += x509/x509_issuer_cache.h
1071noinst_HEADERS += x509/x509_local.h 1064noinst_HEADERS += x509/x509_local.h