From f4802ef40ad1d2829995ae745b304f6354ad6c63 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sat, 30 Sep 2017 13:01:08 +0200 Subject: [PATCH] add ltc_math_descriptor to crypt_sizes --- src/misc/crypt/crypt_sizes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/misc/crypt/crypt_sizes.c b/src/misc/crypt/crypt_sizes.c index 20ca471..53381c8 100644 --- a/src/misc/crypt/crypt_sizes.c +++ b/src/misc/crypt/crypt_sizes.c @@ -273,6 +273,7 @@ static const crypt_size _crypt_sizes[] = { _SZ_STRINGIFY_T(crc32_state), #endif + _SZ_STRINGIFY_T(ltc_math_descriptor) };