Fix algorithm type for signers, fixes warning with gcc 4.5

This commit is contained in:
Martin Willi
2011-05-03 11:33:40 +02:00
parent b4c9ab9c79
commit e35727c14d
+1 -1
View File
@@ -72,7 +72,7 @@ struct aead_test_vector_t {
struct signer_test_vector_t {
/** signer algorithm this test vector tests */
pseudo_random_function_t alg;
integrity_algorithm_t alg;
/** key to use, with a length the algorithm expects */
u_char *key;
/** size of the input data */