summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_camellia.h
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/cipher_camellia.h')
-rw-r--r--providers/implementations/ciphers/cipher_camellia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/ciphers/cipher_camellia.h b/providers/implementations/ciphers/cipher_camellia.h
index bd4debcd39..dc7516cedb 100644
--- a/providers/implementations/ciphers/cipher_camellia.h
+++ b/providers/implementations/ciphers/cipher_camellia.h
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
-#include "openssl/camellia.h"
+#include <openssl/camellia.h>
#include "prov/ciphercommon.h"
#include "crypto/cmll_platform.h"