diff options
Diffstat (limited to 'lib/accelerated/x86/aes-cbc-x86-aesni.c')
-rw-r--r-- | lib/accelerated/x86/aes-cbc-x86-aesni.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/accelerated/x86/aes-cbc-x86-aesni.c b/lib/accelerated/x86/aes-cbc-x86-aesni.c index 74a67e7da4..b935db9723 100644 --- a/lib/accelerated/x86/aes-cbc-x86-aesni.c +++ b/lib/accelerated/x86/aes-cbc-x86-aesni.c @@ -25,10 +25,10 @@ * using intel's AES instruction set. */ -#include <gnutls_errors.h> -#include <gnutls_int.h> +#include "errors.h" +#include "gnutls_int.h" #include <gnutls/crypto.h> -#include <gnutls_errors.h> +#include "errors.h" #include <aes-x86.h> #include <sha-x86.h> #include <x86-common.h> |