From b50ffe0abb81ba96ef17c8c01090ec62b6cf6827 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/modes/asm/ghash-alpha.pl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/lib/libcrypto/modes') diff --git a/src/lib/libcrypto/modes/asm/ghash-alpha.pl b/src/lib/libcrypto/modes/asm/ghash-alpha.pl index aa36029386..b6d6ea5a62 100644 --- a/src/lib/libcrypto/modes/asm/ghash-alpha.pl +++ b/src/lib/libcrypto/modes/asm/ghash-alpha.pl @@ -245,12 +245,7 @@ ___ }} $code=<<___; -#ifdef __linux__ -#include -#else -#include -#include -#endif +#include .text -- cgit v1.2.3-55-g6feb