From c294dfa284f871e5e4b110adb0b877dc3166a03e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 4 Nov 2015 18:38:44 +0100 Subject: [PATCH] Allow compilation on Linux again --- src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S b/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S index e41debd7..9c2f4bcf 100644 --- a/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S +++ b/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S @@ -2,11 +2,6 @@ REDMASK51 is from amd64-51/consts.s. */ -#ifdef __linux__ -# error This is a work in progress, which is known *NOT* to work on Linux -# error Please do not fill a bug report at this point -#endif - #include "fe51_namespace.h" #include "consts_namespace.h" #include "ladder_namespace.h"