aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-03-18 02:07:30 -0600
committerTheo Buehler <tb@openbsd.org>2026-03-18 02:07:30 -0600
commitf08fd7cd65734604598abf8a115ab54de748bb7c (patch)
tree51ef6cc31d1acc4a6ce80aebbb449220e38cce40
parentb15807a5f881290fb1a7c2a0f817dce36307f8fe (diff)
downloadportable-f08fd7cd65734604598abf8a115ab54de748bb7c.tar.gz
portable-f08fd7cd65734604598abf8a115ab54de748bb7c.tar.bz2
portable-f08fd7cd65734604598abf8a115ab54de748bb7c.zip
remove ecdsa_local.h
-rw-r--r--crypto/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index b03347a..58f1557 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -609,7 +609,6 @@ libcrypto_la_SOURCES += ecdh/ecdh.c
609 609
610# ecdsa 610# ecdsa
611libcrypto_la_SOURCES += ecdsa/ecdsa.c 611libcrypto_la_SOURCES += ecdsa/ecdsa.c
612noinst_HEADERS += ecdsa/ecdsa_local.h
613 612
614# engine 613# engine
615libcrypto_la_SOURCES += engine/engine_stubs.c 614libcrypto_la_SOURCES += engine/engine_stubs.c