unit: Update include for pbkdf2_sha1

This commit is contained in:
Denis Kenzior 2016-02-10 14:33:30 -06:00
parent ac4a901518
commit 752981fdd8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include <assert.h>
#include <ell/ell.h>
#include "src/sha1.h"
#include "src/crypto.h"
struct pbkdf2_data {
const char *password;