From: Martin Willi Date: Mon, 14 May 2012 12:11:22 +0000 (+0200) Subject: Use correct integrity_algorithm_t enum type in bench_signer() X-Git-Tag: 5.0.0~268 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b82fdb2e5ed3ebf936607b13525cb446fe2bb13;p=thirdparty%2Fstrongswan.git Use correct integrity_algorithm_t enum type in bench_signer() --- diff --git a/src/libstrongswan/crypto/crypto_tester.c b/src/libstrongswan/crypto/crypto_tester.c index 8b1daa885f..961957056d 100644 --- a/src/libstrongswan/crypto/crypto_tester.c +++ b/src/libstrongswan/crypto/crypto_tester.c @@ -458,7 +458,7 @@ METHOD(crypto_tester_t, test_aead, bool, * Benchmark a signer */ static u_int bench_signer(private_crypto_tester_t *this, - encryption_algorithm_t alg, signer_constructor_t create) + integrity_algorithm_t alg, signer_constructor_t create) { signer_t *signer;