Add yescrypt support
This commit is contained in:
@@ -271,6 +271,9 @@ static /*@observer@*//*@null@*/const char *obscure_msg (
|
||||
#endif
|
||||
#ifdef USE_BCRYPT
|
||||
|| (strcmp (result, "BCRYPT") == 0)
|
||||
#endif
|
||||
#ifdef USE_YESCRYPT
|
||||
|| (strcmp (result, "YESCRYPT") == 0)
|
||||
#endif
|
||||
) {
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user