]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Include aes.h instead of aes-internal.h.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 10 Oct 2018 17:38:08 +0000 (19:38 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 10 Oct 2018 17:38:08 +0000 (19:38 +0200)
aes-set-decrypt-key.c

index 38805b718cbf8a24a1a6124405740fcc2f8f42b8..257ded6d18f6b16a3045db0c34713467375094d4 100644 (file)
@@ -41,7 +41,7 @@
 /* This file implements and uses deprecated functions */
 #define _NETTLE_ATTRIBUTE_DEPRECATED
 
-#include "aes-internal.h"
+#include "aes.h"
 
 void
 aes_invert_key(struct aes_ctx *dst,