Fixed efficiency pre-test on RSA prime generation (no security issue, but RSA key...
[BearSSL] / src / inner.h
index 21d996e..986220f 100644 (file)
 #define BR_64   1
 #elif defined(__aarch64__) || defined(_M_ARM64)
 #define BR_64   1
+#elif defined(__mips64)
+#define BR_64   1
 #endif
 #endif