Skip to content

Commit f7c0b25

Browse files
committed
add missing math constants
1 parent 91a1031 commit f7c0b25

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/misc/crypt/crypt_constants.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ static const crypt_constant _crypt_constants[] = {
153153
_C_STRINGIFY(LTC_GCM_MODE_TEXT),
154154
#endif
155155

156+
_C_STRINGIFY(LTC_MP_LT),
157+
_C_STRINGIFY(LTC_MP_EQ),
158+
_C_STRINGIFY(LTC_MP_GT),
159+
156160
_C_STRINGIFY(LTC_MP_NO),
157161
_C_STRINGIFY(LTC_MP_YES),
158162

0 commit comments

Comments
 (0)