mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Fix test for !DROPBEAR_DSS
Fixes: 0e70732
("Use faster primality testing in libtomcrypt")
This commit is contained in:
parent
fd234018a4
commit
960d374e65
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user