Use correct integrity_algorithm_t enum type in bench_signer()

This commit is contained in:
Martin Willi
2012-05-14 14:11:22 +02:00
parent d185b6acee
commit 1b82fdb2e5
+1 -1
View File
@@ -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;