Skip to content
Snippets Groups Projects
Commit caee7ced authored by Niels Möller's avatar Niels Möller
Browse files

Include aes.h instead of aes-internal.h.

parent 1d4e62ed
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
/* This file implements and uses deprecated functions */ /* This file implements and uses deprecated functions */
#define _NETTLE_ATTRIBUTE_DEPRECATED #define _NETTLE_ATTRIBUTE_DEPRECATED
#include "aes-internal.h" #include "aes.h"
void void
aes_invert_key(struct aes_ctx *dst, aes_invert_key(struct aes_ctx *dst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment