From a43f706a040979e73de3292f7747cc070c02176f Mon Sep 17 00:00:00 2001 From: miod <> Date: Thu, 1 May 2014 20:41:57 +0000 Subject: Fix include filename to get register name aliases under BSD --- src/lib/libcrypto/bn/asm/alpha-mont.pl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/lib/libcrypto/bn') diff --git a/src/lib/libcrypto/bn/asm/alpha-mont.pl b/src/lib/libcrypto/bn/asm/alpha-mont.pl index 03596e2014..41700d5bd5 100644 --- a/src/lib/libcrypto/bn/asm/alpha-mont.pl +++ b/src/lib/libcrypto/bn/asm/alpha-mont.pl @@ -41,12 +41,7 @@ $j="s4"; $m1="s5"; $code=<<___; -#ifdef __linux__ -#include -#else -#include -#include -#endif +#include .text -- cgit v1.2.3-55-g6feb