aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_crypter.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-08-10 14:22:10 +0200
committerMartin Willi <martin@revosec.ch>2010-08-10 18:46:30 +0200
commit57202484e4274eebe3410d209db04f645424ed98 (patch)
tree0132644abc723e73e3602154905dd6345001e9f8 /src/libstrongswan/plugins/openssl/openssl_crypter.h
parent646babd3545f5fd0e17a1c50b2e874db7dc3cd11 (diff)
downloadstrongswan-57202484e4274eebe3410d209db04f645424ed98.tar.bz2
strongswan-57202484e4274eebe3410d209db04f645424ed98.tar.xz
Migrated remaining classes in openssl plugin to INIT/METHOD macros
Diffstat (limited to 'src/libstrongswan/plugins/openssl/openssl_crypter.h')
-rw-r--r--src/libstrongswan/plugins/openssl/openssl_crypter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/openssl/openssl_crypter.h b/src/libstrongswan/plugins/openssl/openssl_crypter.h
index 7e30ae03c..b12e7a6ab 100644
--- a/src/libstrongswan/plugins/openssl/openssl_crypter.h
+++ b/src/libstrongswan/plugins/openssl/openssl_crypter.h
@@ -31,9 +31,9 @@ typedef struct openssl_crypter_t openssl_crypter_t;
struct openssl_crypter_t {
/**
- * The crypter_t interface.
+ * Implements crypter_t interface.
*/
- crypter_t crypter_interface;
+ crypter_t crypter;
};
/**