Skip to content
Snippets Groups Projects
Commit b75760e9 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix undefined symbol: mp_encode_double() in msgpackffi

parent aff8c96e
No related branches found
No related tags found
No related merge requests found
...@@ -150,5 +150,9 @@ void *ffi_symbols[] = { ...@@ -150,5 +150,9 @@ void *ffi_symbols[] = {
(void *) tnt_EVP_CIPHER_key_length, (void *) tnt_EVP_CIPHER_key_length,
(void *) tnt_EVP_CIPHER_iv_length, (void *) tnt_EVP_CIPHER_iv_length,
(void *) tnt_EVP_MD_CTX_new, (void *) tnt_EVP_MD_CTX_new,
(void *) tnt_EVP_MD_CTX_free (void *) tnt_EVP_MD_CTX_free,
(void *) mp_encode_float,
(void *) mp_decode_float,
(void *) mp_encode_double,
(void *) mp_decode_double
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment