Fix test for !DROPBEAR_DSS

Fixes: 0e70732 ("Use faster primality testing in libtomcrypt")
This commit is contained in:
Matt Johnston 2022-11-10 18:54:16 +08:00
parent fd234018a4
commit 960d374e65

View File

@ -163,7 +163,7 @@
* for key generation if DSS is disabled. * for key generation if DSS is disabled.
* https://github.com/mkj/dropbear/issues/174#issuecomment-1267374858 * https://github.com/mkj/dropbear/issues/174#issuecomment-1267374858
*/ */
#ifndef DROPBEAR_DSS #if !DROPBEAR_DSS
#define LTM_USE_ONLY_MR 1 #define LTM_USE_ONLY_MR 1
#endif #endif