From cdd77a29664cd6606c1b05945a31726ecb7516cb Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 13 Mar 2009 22:13:21 +0000 Subject: fix compile on OpenBSD 4.4 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@453 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- integer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integer.cpp') diff --git a/integer.cpp b/integer.cpp index 732e268..9adb745 100644 --- a/integer.cpp +++ b/integer.cpp @@ -525,7 +525,7 @@ extern "C" { int Baseline_Add(size_t N, word *C, const word *A, const word *B); int Baseline_Sub(size_t N, word *C, const word *A, const word *B); } -#elif defined(CRYPTOPP_X64_ASM_AVAILABLE) && defined(__GNUC__) +#elif defined(CRYPTOPP_X64_ASM_AVAILABLE) && defined(__GNUC__) && defined(CRYPTOPP_WORD128_AVAILABLE) int Baseline_Add(size_t N, word *C, const word *A, const word *B) { word result; -- cgit v1.2.1