1
0
Fork 0
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:
Henrik Hautakoski 2023-03-22 14:19:36 +01:00
parent fdaab853ee
commit 88dacd22f8
4 changed files with 88 additions and 21 deletions

View file

@ -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} )