mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Add code to detect a system library for zxcvbn, with fallback to the embedded one in case it is not found
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "PasswordGenerator.h"
|
||||
|
||||
#include "crypto/Random.h"
|
||||
#include "zxcvbn/zxcvbn.h"
|
||||
#include <zxcvbn.h>
|
||||
|
||||
PasswordGenerator::PasswordGenerator()
|
||||
: m_length(0)
|
||||
|
||||
Reference in New Issue
Block a user