Explorar el Código

add ltc_math_descriptor to crypt_sizes

Steffen Jaeckel hace 8 años
padre
commit
f4802ef40a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
 
 };