Skip to content

Commit

Permalink
ecp_{smpl,mont}.c -> ecp_methods.c
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Nov 12, 2024
1 parent 597c1da commit a59cc93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,7 @@ set(
ec/ec_mult.c
ec/ec_pmeth.c
ec/eck_prn.c
ec/ecp_mont.c
ec/ecp_smpl.c
ec/ecp_methods.c
ec/ecx_methods.c
ecdh/ecdh.c
ecdsa/ecdsa.c
Expand Down
3 changes: 1 addition & 2 deletions crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,7 @@ libcrypto_la_SOURCES += ec/ec_lib.c
libcrypto_la_SOURCES += ec/ec_mult.c
libcrypto_la_SOURCES += ec/ec_pmeth.c
libcrypto_la_SOURCES += ec/eck_prn.c
libcrypto_la_SOURCES += ec/ecp_mont.c
libcrypto_la_SOURCES += ec/ecp_smpl.c
libcrypto_la_SOURCES += ec/ecp_methods.c
libcrypto_la_SOURCES += ec/ecx_methods.c
noinst_HEADERS += ec/ec_local.h

Expand Down

0 comments on commit a59cc93

Please sign in to comment.