diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-28 11:03:01 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-28 11:03:01 -0600 |
commit | f08bf799695d22feabe6c7ac73a7b151db2412a4 (patch) | |
tree | 21c319310c4cd7624c65f7b8e36897c8c60d64f6 /crypto | |
parent | 9b4a05cbe6d004c5fedeb0ec06f07406245705c5 (diff) | |
download | portable-f08bf799695d22feabe6c7ac73a7b151db2412a4.tar.gz portable-f08bf799695d22feabe6c7ac73a7b151db2412a4.tar.bz2 portable-f08bf799695d22feabe6c7ac73a7b151db2412a4.zip |
Unhook policy code
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 6 | ||||
-rw-r--r-- | crypto/Makefile.am | 7 |
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 | |||
1008 | libcrypto_la_SOURCES += x509/by_dir.c | 1008 | libcrypto_la_SOURCES += x509/by_dir.c |
1009 | libcrypto_la_SOURCES += x509/by_file.c | 1009 | libcrypto_la_SOURCES += x509/by_file.c |
1010 | libcrypto_la_SOURCES += x509/by_mem.c | 1010 | libcrypto_la_SOURCES += x509/by_mem.c |
1011 | libcrypto_la_SOURCES += x509/pcy_cache.c | ||
1012 | libcrypto_la_SOURCES += x509/pcy_data.c | ||
1013 | libcrypto_la_SOURCES += x509/pcy_lib.c | ||
1014 | libcrypto_la_SOURCES += x509/pcy_map.c | ||
1015 | libcrypto_la_SOURCES += x509/pcy_node.c | ||
1016 | libcrypto_la_SOURCES += x509/pcy_tree.c | ||
1017 | libcrypto_la_SOURCES += x509/x509_addr.c | 1011 | libcrypto_la_SOURCES += x509/x509_addr.c |
1018 | libcrypto_la_SOURCES += x509/x509_akey.c | 1012 | libcrypto_la_SOURCES += x509/x509_akey.c |
1019 | libcrypto_la_SOURCES += x509/x509_akeya.c | 1013 | libcrypto_la_SOURCES += x509/x509_akeya.c |
@@ -1065,7 +1059,6 @@ libcrypto_la_SOURCES += x509/x509rset.c | |||
1065 | libcrypto_la_SOURCES += x509/x509spki.c | 1059 | libcrypto_la_SOURCES += x509/x509spki.c |
1066 | libcrypto_la_SOURCES += x509/x509type.c | 1060 | libcrypto_la_SOURCES += x509/x509type.c |
1067 | libcrypto_la_SOURCES += x509/x_all.c | 1061 | libcrypto_la_SOURCES += x509/x_all.c |
1068 | noinst_HEADERS += x509/pcy_int.h | ||
1069 | noinst_HEADERS += x509/x509_internal.h | 1062 | noinst_HEADERS += x509/x509_internal.h |
1070 | noinst_HEADERS += x509/x509_issuer_cache.h | 1063 | noinst_HEADERS += x509/x509_issuer_cache.h |
1071 | noinst_HEADERS += x509/x509_local.h | 1064 | noinst_HEADERS += x509/x509_local.h |