Skip to content

Commit

Permalink
-ec{,p}_oct.c
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Nov 3, 2024
1 parent 5805f96 commit 13a2874
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,9 @@ set(
ec/ec_kmeth.c
ec/ec_lib.c
ec/ec_mult.c
ec/ec_oct.c
ec/ec_pmeth.c
ec/eck_prn.c
ec/ecp_mont.c
ec/ecp_oct.c
ec/ecp_smpl.c
ec/ecx_methods.c
ecdh/ecdh.c
Expand Down
2 changes: 0 additions & 2 deletions crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -551,11 +551,9 @@ libcrypto_la_SOURCES += ec/ec_key.c
libcrypto_la_SOURCES += ec/ec_kmeth.c
libcrypto_la_SOURCES += ec/ec_lib.c
libcrypto_la_SOURCES += ec/ec_mult.c
libcrypto_la_SOURCES += ec/ec_oct.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_oct.c
libcrypto_la_SOURCES += ec/ecp_smpl.c
libcrypto_la_SOURCES += ec/ecx_methods.c
noinst_HEADERS += ec/ec_local.h
Expand Down

0 comments on commit 13a2874

Please sign in to comment.