mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-26 12:23:40 +02:00
src/openssl/ec.cpp: move helper functions/macros to internal.h and helpers.c files.
This commit is contained in:
parent
fdaab853ee
commit
88dacd22f8
4 changed files with 88 additions and 21 deletions
|
|
@ -55,6 +55,7 @@ include(OpenSSL)
|
|||
set (LIB_SOURCE ${LIB_SOURCE}
|
||||
src/openssl/ec.cpp
|
||||
src/openssl/hash.cpp
|
||||
src/openssl/helpers.c
|
||||
)
|
||||
|
||||
add_library( ${LIB_NAME} STATIC ${LIB_SOURCE} )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue