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:
Gianfranco Costamagna 2017-06-28 14:58:29 +02:00
parent 079e383319
commit 640b09c6b2
4 changed files with 11 additions and 7 deletions

View file

@ -19,7 +19,7 @@
#include "PasswordGenerator.h"
#include "crypto/Random.h"
#include "zxcvbn/zxcvbn.h"
#include <zxcvbn.h>
PasswordGenerator::PasswordGenerator()
: m_length(0)