@@ -29,11 +29,11 @@ @class OFHMAC; /** * @brief The parameters for @ref OFPBKDF2. */ -typedef struct OFPBKDF2Parameters { +typedef struct { /** @brief The HMAC to use to derive a key. */ __unsafe_unretained OFHMAC *HMAC; /** @brief The number of iterations to perform. */ size_t iterations; /** @brief The salt to derive a key with. */