Browse Source

add missing math constants

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

+ 4 - 0
src/misc/crypt/crypt_constants.c

@@ -153,6 +153,10 @@ static const crypt_constant _crypt_constants[] = {
     _C_STRINGIFY(LTC_GCM_MODE_TEXT),
     _C_STRINGIFY(LTC_GCM_MODE_TEXT),
 #endif
 #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_NO),
     _C_STRINGIFY(LTC_MP_YES),
     _C_STRINGIFY(LTC_MP_YES),