diff options
Diffstat (limited to 'src/pluto/crypto.h')
-rw-r--r-- | src/pluto/crypto.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pluto/crypto.h b/src/pluto/crypto.h index 4fc9b2356..c07f695da 100644 --- a/src/pluto/crypto.h +++ b/src/pluto/crypto.h @@ -12,8 +12,7 @@ * for more details. */ -#include <gmp.h> /* GNU MP library */ - +#include <crypto/hashers/hasher.h> #include <crypto/hashers/hasher.h> #include <crypto/prfs/prf.h> @@ -60,7 +59,7 @@ void crypto_cbc_encrypt(const struct encrypt_desc *e, bool enc, u_int8_t *buf, s /* unification of cryptographic hashing mechanisms */ - +extern encryption_algorithm_t oakley_to_encryption_algorithm(int alg); extern hash_algorithm_t oakley_to_hash_algorithm(int alg); extern pseudo_random_function_t oakley_to_prf(int alg); |