Migrated remaining classes in openssl plugin to INIT/METHOD macros
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user