Add memutils.c for backend and move existing mem helpers there.

Also remove inline definitions.
This commit is contained in:
Milan Broz
2024-04-24 15:24:44 +02:00
parent bede116926
commit aae5cba2b9
5 changed files with 51 additions and 22 deletions

View File

@@ -11,6 +11,7 @@ libcrypto_backend_link_with = []
libcrypto_backend_sources = files(
'argon2_generic.c',
'base64.c',
'memutils.c',
'cipher_check.c',
'cipher_generic.c',
'crc32.c',