From f7c0b251462a89d9602f3994823fcde820492220 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sat, 23 Sep 2017 11:42:05 +0200 Subject: [PATCH] add missing math constants --- src/misc/crypt/crypt_constants.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/misc/crypt/crypt_constants.c b/src/misc/crypt/crypt_constants.c index a6c4b46..f866f3e 100644 --- a/src/misc/crypt/crypt_constants.c +++ b/src/misc/crypt/crypt_constants.c @@ -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),