diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-17 00:04:00 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-17 00:04:00 -0600 |
commit | 4b388c7a45650e5f0bb3951ea28755a8901db867 (patch) | |
tree | 5fad935410ce8078cdc5594e296a5c859811b4f6 | |
parent | a42f70f8d14a705e36132c8ed247a74749b30aae (diff) | |
download | portable-4b388c7a45650e5f0bb3951ea28755a8901db867.tar.gz portable-4b388c7a45650e5f0bb3951ea28755a8901db867.tar.bz2 portable-4b388c7a45650e5f0bb3951ea28755a8901db867.zip |
Drop dh_prn.c
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index a816402..ccaaf5d 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -461,7 +461,6 @@ set( | |||
461 | dh/dh_key.c | 461 | dh/dh_key.c |
462 | dh/dh_lib.c | 462 | dh/dh_lib.c |
463 | dh/dh_pmeth.c | 463 | dh/dh_pmeth.c |
464 | dh/dh_prn.c | ||
465 | dsa/dsa_ameth.c | 464 | dsa/dsa_ameth.c |
466 | dsa/dsa_asn1.c | 465 | dsa/dsa_asn1.c |
467 | dsa/dsa_err.c | 466 | dsa/dsa_err.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index a90a1aa..93d137e 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -626,7 +626,6 @@ libcrypto_la_SOURCES += dh/dh_gen.c | |||
626 | libcrypto_la_SOURCES += dh/dh_key.c | 626 | libcrypto_la_SOURCES += dh/dh_key.c |
627 | libcrypto_la_SOURCES += dh/dh_lib.c | 627 | libcrypto_la_SOURCES += dh/dh_lib.c |
628 | libcrypto_la_SOURCES += dh/dh_pmeth.c | 628 | libcrypto_la_SOURCES += dh/dh_pmeth.c |
629 | libcrypto_la_SOURCES += dh/dh_prn.c | ||
630 | noinst_HEADERS += dh/dh_local.h | 629 | noinst_HEADERS += dh/dh_local.h |
631 | 630 | ||
632 | # dsa | 631 | # dsa |