diff options
author | Theo Buehler <tb@openbsd.org> | 2023-06-25 14:06:59 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-06-25 14:06:59 -0600 |
commit | 7204769b60a8602ee5389800c7a5869b5e0de6e5 (patch) | |
tree | a767625e07ee539d548e58c9596af4cf35e03c75 | |
parent | 12769568340e4e9d423db670891575e069403334 (diff) | |
download | portable-7204769b60a8602ee5389800c7a5869b5e0de6e5.tar.gz portable-7204769b60a8602ee5389800c7a5869b5e0de6e5.tar.bz2 portable-7204769b60a8602ee5389800c7a5869b5e0de6e5.zip |
ech_local.h was removed
-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 dc244ef..667352f 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -603,7 +603,6 @@ libcrypto_la_SOURCES += ecdh/ecdh_kdf.c | |||
603 | libcrypto_la_SOURCES += ecdh/ech_err.c | 603 | libcrypto_la_SOURCES += ecdh/ech_err.c |
604 | libcrypto_la_SOURCES += ecdh/ech_key.c | 604 | libcrypto_la_SOURCES += ecdh/ech_key.c |
605 | libcrypto_la_SOURCES += ecdh/ech_lib.c | 605 | libcrypto_la_SOURCES += ecdh/ech_lib.c |
606 | noinst_HEADERS += ecdh/ech_local.h | ||
607 | 606 | ||
608 | # ecdsa | 607 | # ecdsa |
609 | libcrypto_la_SOURCES += ecdsa/ecs_asn1.c | 608 | libcrypto_la_SOURCES += ecdsa/ecs_asn1.c |