mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Use a single way for stream_salsa20_ref conditional inclusion
This commit is contained in:
@@ -10,7 +10,7 @@ Public domain.
|
||||
#include "crypto_stream_salsa20.h"
|
||||
#include "utils.h"
|
||||
|
||||
#ifndef HAVE_AMD64_ASM
|
||||
#if !(defined(HAVE_EMMINTRIN_H) && defined(__x86_64__))
|
||||
|
||||
static int
|
||||
stream_ref(unsigned char *c, unsigned long long clen,
|
||||
|
||||
Reference in New Issue
Block a user