2
0

Remove unused Pearl-Crypto.

This commit is contained in:
Maarten Billemont
2017-08-29 01:01:38 -04:00
parent e364f5159b
commit f5c7bee58f
5 changed files with 6 additions and 86 deletions

View File

@@ -41,7 +41,7 @@
#include <time.h>
#include "blf.h"
#include "blowfish.c"
#include "blowfish.h"
/* This implementation is adaptable to current computing power.
* You can have up to 2^31 rounds which should be enough for some

View File

@@ -13,7 +13,7 @@
#include <errno.h>
#include <sys/time.h>
#include "bcrypt.c"
#include "bcrypt.h"
#include "mpw-algorithm.h"
#include "mpw-util.h"