浏览代码

add ltc_math_descriptor to crypt_sizes

Steffen Jaeckel 8 年之前
父节点
当前提交
f4802ef40a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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),
 #endif
 
+    _SZ_STRINGIFY_T(ltc_math_descriptor)
 
 };