From 790d08ae73c7c72342265404dd897e3c618253d7 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 21 May 2017 22:03:38 +1200 Subject: AVX->SSSE3 --- onion_base32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'onion_base32.h') diff --git a/onion_base32.h b/onion_base32.h index 8f88ebb..ae28943 100644 --- a/onion_base32.h +++ b/onion_base32.h @@ -1,6 +1,6 @@ int check_base32(char *); void onion_base32(char [16], unsigned char (*)); -#ifdef AVX_ONION_BASE32 +#ifdef SSSE3_ONION_BASE32 void onion_base32_avx(char [16], unsigned char (*)); #endif -- cgit v1.1