fix exported symbol in agent

This commit is contained in:
xenia 2020-12-26 03:02:07 -05:00
parent ad92a73a38
commit b05763ad5b
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ int rktio_processor_count(void* rktio);
static const ffi_ent ffi_table[] = {
FFI_ENT(crypto_sign_public_key),
FFI_ENT(crypto_sign),
FFI_ENT(crypto_check),
FFI_ENT(crypto_key_exchange_public_key),
FFI_ENT(crypto_key_exchange),
FFI_ENT(crypto_lock),