From 903833a3cf9c7c357730cde99937b7eb81abc5c9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 17 Sep 2018 18:55:12 +0200 Subject: crypto: do not use -include trick --- src/crypto/zinc/chacha20/chacha20-x86_64-glue.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/crypto/zinc/chacha20/chacha20-x86_64-glue.h') diff --git a/src/crypto/zinc/chacha20/chacha20-x86_64-glue.h b/src/crypto/zinc/chacha20/chacha20-x86_64-glue.h index aef9697..e9a0d1e 100644 --- a/src/crypto/zinc/chacha20/chacha20-x86_64-glue.h +++ b/src/crypto/zinc/chacha20/chacha20-x86_64-glue.h @@ -3,7 +3,6 @@ * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. */ -#include #include #include #include @@ -101,5 +100,3 @@ static inline bool hchacha20_arch(u8 *derived_key, const u8 *nonce, #endif return false; } - -#define HAVE_CHACHA20_ARCH_IMPLEMENTATION -- cgit v1.2.3-59-g8ed1b