diff options
Diffstat (limited to 'test-crypt-badargs.c')
-rw-r--r-- | test-crypt-badargs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-crypt-badargs.c b/test-crypt-badargs.c index ebcf80a..c9cd813 100644 --- a/test-crypt-badargs.c +++ b/test-crypt-badargs.c @@ -68,6 +68,9 @@ static const char *settings[] = #if INCLUDE_scrypt "$7$CU..../....MJHnaAkegEVYHsFKkmfzJ1", #endif +#if INCLUDE_gost_yescrypt + "$gy$j9T$MJHnaAkegEVYHsFKkmfzJ1", +#endif }; /* In some of the tests below, a segmentation fault is the expected result. */ |