- 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
+2 -2
View File
@@ -26,9 +26,9 @@
#include <utils/allocator.h>
#include <transforms/hmac.h>
typedef struct private_prf_hmac_s private_prf_hmac_t;
typedef struct private_prf_hmac_t private_prf_hmac_t;
struct private_prf_hmac_s {
struct private_prf_hmac_t {
/**
* public interface for this prf
*/