aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/crypters/crypter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/transforms/crypters/crypter.h')
-rw-r--r--Source/charon/transforms/crypters/crypter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/transforms/crypters/crypter.h b/Source/charon/transforms/crypters/crypter.h
index 97a8ad81d..3d5a6869b 100644
--- a/Source/charon/transforms/crypters/crypter.h
+++ b/Source/charon/transforms/crypters/crypter.h
@@ -26,12 +26,12 @@
#include <encoding/payloads/transform_substructure.h>
+typedef struct crypter_t crypter_t;
+
/**
* Object representing a crypter object
*/
-typedef struct crypter_s crypter_t;
-
-struct crypter_s {
+struct crypter_t {
/**
* @brief Encrypt a chunk of data and allocate space for
* the encrypted value.