Browse Source

add ltc_math_descriptor to crypt_sizes

Steffen Jaeckel 8 years ago
parent
commit
f4802ef40a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/misc/crypt/crypt_sizes.c

+ 1 - 0
src/misc/crypt/crypt_sizes.c

@@ -273,6 +273,7 @@ static const crypt_size _crypt_sizes[] = {
     _SZ_STRINGIFY_T(crc32_state),
     _SZ_STRINGIFY_T(crc32_state),
 #endif
 #endif
 
 
+    _SZ_STRINGIFY_T(ltc_math_descriptor)
 
 
 };
 };