aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-11-12 04:30:50 -0700
committerTheo Buehler <tb@openbsd.org>2024-11-12 04:30:50 -0700
commita59cc93264b67ebc786cf3985c55b640a7ab7fa4 (patch)
treeaefa16505cd0ffcbe44dc870f74edbf8dc8828ad /crypto/Makefile.am
parent597c1da5efbca133753730651bd5136661acdfc3 (diff)
downloadportable-a59cc93264b67ebc786cf3985c55b640a7ab7fa4.tar.gz
portable-a59cc93264b67ebc786cf3985c55b640a7ab7fa4.tar.bz2
portable-a59cc93264b67ebc786cf3985c55b640a7ab7fa4.zip
ecp_{smpl,mont}.c -> ecp_methods.c
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 9df0a2e..7da1e1a 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -551,8 +551,7 @@ libcrypto_la_SOURCES += ec/ec_lib.c
551libcrypto_la_SOURCES += ec/ec_mult.c 551libcrypto_la_SOURCES += ec/ec_mult.c
552libcrypto_la_SOURCES += ec/ec_pmeth.c 552libcrypto_la_SOURCES += ec/ec_pmeth.c
553libcrypto_la_SOURCES += ec/eck_prn.c 553libcrypto_la_SOURCES += ec/eck_prn.c
554libcrypto_la_SOURCES += ec/ecp_mont.c 554libcrypto_la_SOURCES += ec/ecp_methods.c
555libcrypto_la_SOURCES += ec/ecp_smpl.c
556libcrypto_la_SOURCES += ec/ecx_methods.c 555libcrypto_la_SOURCES += ec/ecx_methods.c
557noinst_HEADERS += ec/ec_local.h 556noinst_HEADERS += ec/ec_local.h
558 557