From 72d5d506d57b620b056bb53919799b109096b501 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 16 Aug 2017 13:58:36 +0200 Subject: [PATCH] Sort --- .../xchacha20poly1305/secretstream_xchacha20poly1305.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c b/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c index cba8601b..6abcd5e2 100644 --- a/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c +++ b/src/libsodium/crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c @@ -5,8 +5,8 @@ #include #include "core.h" -#include "crypto_aead_xchacha20poly1305.h" #include "crypto_aead_chacha20poly1305.h" +#include "crypto_aead_xchacha20poly1305.h" #include "crypto_core_hchacha20.h" #include "crypto_onetimeauth_poly1305.h" #include "crypto_secretstream_xchacha20poly1305.h"