From 7e7bfa1752eba09045ccca13607d737195299545 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 21 May 2017 22:12:51 +1200 Subject: More 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 ae28943..9377915 100644 --- a/onion_base32.h +++ b/onion_base32.h @@ -2,5 +2,5 @@ int check_base32(char *); void onion_base32(char [16], unsigned char (*)); #ifdef SSSE3_ONION_BASE32 -void onion_base32_avx(char [16], unsigned char (*)); +void onion_base32_ssse3(char [16], unsigned char (*)); #endif -- cgit v1.1