diff options
author | Martin Willi <martin@revosec.ch> | 2010-08-10 13:52:13 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-08-10 18:46:30 +0200 |
commit | 646babd3545f5fd0e17a1c50b2e874db7dc3cd11 (patch) | |
tree | 4dc90cb0852554e0bed51a15b878228480a66ac0 /src/libstrongswan/plugins/gcrypt/gcrypt_crypter.h | |
parent | 876b61e132977d64e24d1932d0c5cfd9649785c7 (diff) | |
download | strongswan-646babd3545f5fd0e17a1c50b2e874db7dc3cd11.tar.bz2 strongswan-646babd3545f5fd0e17a1c50b2e874db7dc3cd11.tar.xz |
Migraded gcrypt plugin to INIT/METHOD macros
Diffstat (limited to 'src/libstrongswan/plugins/gcrypt/gcrypt_crypter.h')
-rw-r--r-- | src/libstrongswan/plugins/gcrypt/gcrypt_crypter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/gcrypt/gcrypt_crypter.h b/src/libstrongswan/plugins/gcrypt/gcrypt_crypter.h index ce0ead4a8..e565e28c7 100644 --- a/src/libstrongswan/plugins/gcrypt/gcrypt_crypter.h +++ b/src/libstrongswan/plugins/gcrypt/gcrypt_crypter.h @@ -33,7 +33,7 @@ struct gcrypt_crypter_t { /** * The crypter_t interface. */ - crypter_t crypter_interface; + crypter_t crypter; }; /** |