- typedefs changed

This commit is contained in:
Martin Willi
2005-11-24 11:30:19 +00:00
parent 95c61cb956
commit 5796aa164d
61 changed files with 303 additions and 242 deletions
+3 -3
View File
@@ -29,13 +29,13 @@
#include <types.h>
#include <transforms/hashers/hasher.h>
typedef struct prf_hmac_t prf_hmac_t;
/**
* Object representing a prf using HMAC
*
*/
typedef struct prf_hmac_s prf_hmac_t;
struct prf_hmac_s {
struct prf_hmac_t {
/**
* generic prf_t interface for this prf