mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-16 07:21:04 -04: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:
parent
079e383319
commit
640b09c6b2
4 changed files with 11 additions and 7 deletions
|
@ -19,7 +19,7 @@
|
|||
#include "PasswordGenerator.h"
|
||||
|
||||
#include "crypto/Random.h"
|
||||
#include "zxcvbn/zxcvbn.h"
|
||||
#include <zxcvbn.h>
|
||||
|
||||
PasswordGenerator::PasswordGenerator()
|
||||
: m_length(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue