aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/aes/aes_ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/aes/aes_ssl.h')
-rw-r--r--src/core/function/aes/aes_ssl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/function/aes/aes_ssl.h b/src/core/function/aes/aes_ssl.h
index b5f0820f..e75b68dd 100644
--- a/src/core/function/aes/aes_ssl.h
+++ b/src/core/function/aes/aes_ssl.h
@@ -29,11 +29,11 @@
#ifndef GPGFRONTEND_AES_SSL_H
#define GPGFRONTEND_AES_SSL_H
-#include "GpgFrontend.h"
-
#include <openssl/aes.h>
#include <openssl/evp.h>
+#include "GpgFrontend.h"
+
namespace GpgFrontend::RawAPI {
/**
@@ -69,6 +69,6 @@ uint8_t *aes_256_cbc_encrypt(EVP_CIPHER_CTX *e, uint8_t *plaintext, int *len);
*/
uint8_t *aes_256_cbc_decrypt(EVP_CIPHER_CTX *e, uint8_t *ciphertext, int *len);
-} // namespace GpgFrontend::RawAPI
+} // namespace GpgFrontend::RawAPI
-#endif // GPGFRONTEND_AES_SSL_H
+#endif // GPGFRONTEND_AES_SSL_H