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