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 /crypto/Makefile.am | |
parent | a42f70f8d14a705e36132c8ed247a74749b30aae (diff) | |
download | portable-4b388c7a45650e5f0bb3951ea28755a8901db867.tar.gz portable-4b388c7a45650e5f0bb3951ea28755a8901db867.tar.bz2 portable-4b388c7a45650e5f0bb3951ea28755a8901db867.zip |
Drop dh_prn.c
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |