- reworked configuration framework completly
- configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
#ifndef _AES_CRYPTER_H_
|
||||
#define _AES_CRYPTER_H_
|
||||
#ifndef AES_CBC_CRYPTER_H_
|
||||
#define AES_CBC_CRYPTER_H_
|
||||
|
||||
#include <transforms/crypters/crypter.h>
|
||||
|
||||
@@ -58,4 +58,4 @@ struct aes_cbc_crypter_t {
|
||||
aes_cbc_crypter_t *aes_cbc_crypter_create(size_t key_size);
|
||||
|
||||
|
||||
#endif //_AES_CRYPTER_H_
|
||||
#endif /* AES_CBC_CRYPTER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user