From 2994aebafb4e9434979863e4f8ac845365e07272 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 11 Dec 2013 20:27:42 -0800 Subject: [PATCH] Remove unused macro --- src/libsodium/crypto_stream/salsa20/ref/api.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libsodium/crypto_stream/salsa20/ref/api.h b/src/libsodium/crypto_stream/salsa20/ref/api.h index 2d8945e6..3616ea71 100644 --- a/src/libsodium/crypto_stream/salsa20/ref/api.h +++ b/src/libsodium/crypto_stream/salsa20/ref/api.h @@ -1,8 +1,5 @@ #include "crypto_stream_salsa20.h" -#define crypto_stream_salsa20_implementation_name \ - crypto_stream_salsa20_ref_implementation_name - #define crypto_stream crypto_stream_salsa20 #define crypto_stream_xor crypto_stream_salsa20_xor