Comment 10 for bug 623203

Revision history for this message
JonnyRo (jonnyro) wrote :

Necrothread i know but it is possible to use the GMP math library even with the broken version of this package.

Change the test program mentioned above to:

#define GMP_DESC
#include <tomcrypt.h>
int main() { ltc_math_descriptor test = gmp_desc; }