add missing math constants

This commit is contained in:
Steffen Jaeckel 2017-09-23 11:42:05 +02:00
parent 91a10318f1
commit f7c0b25146

View File

@ -153,6 +153,10 @@ static const crypt_constant _crypt_constants[] = {
_C_STRINGIFY(LTC_GCM_MODE_TEXT),
#endif
_C_STRINGIFY(LTC_MP_LT),
_C_STRINGIFY(LTC_MP_EQ),
_C_STRINGIFY(LTC_MP_GT),
_C_STRINGIFY(LTC_MP_NO),
_C_STRINGIFY(LTC_MP_YES),