Migrated crypto_factory to INIT/METHOD macros

This commit is contained in:
Martin Willi
2010-08-16 17:06:27 +02:00
parent aed2bf0bd9
commit e8bf9d6e16
2 changed files with 102 additions and 157 deletions
+3 -2
View File
@@ -261,9 +261,10 @@ struct crypto_factory_t {
* Add a test vector to the crypto factory.
*
* @param type type of the test vector
* @param ... pointer to a test vector, defined in crypto_tester.h
* @param vector pointer to a test vector, defined in crypto_tester.h
*/
void (*add_test_vector)(crypto_factory_t *this, transform_type_t type, ...);
void (*add_test_vector)(crypto_factory_t *this, transform_type_t type,
void *vector);
/**
* Destroy a crypto_factory instance.