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/bn/asm/alpha-mont.pl | 7 +------ src/lib/libcrypto/modes/asm/ghash-alpha.pl | 7 +------ src/lib/libcrypto/sha/asm/sha1-alpha.pl | 7 +------ src/lib/libssl/src/crypto/bn/asm/alpha-mont.pl | 7 +------ src/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl | 7 +------ src/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl | 7 +------ 6 files changed, 6 insertions(+), 36 deletions(-) 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 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 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 diff --git a/src/lib/libssl/src/crypto/bn/asm/alpha-mont.pl b/src/lib/libssl/src/crypto/bn/asm/alpha-mont.pl index 03596e2014..41700d5bd5 100644 --- a/src/lib/libssl/src/crypto/bn/asm/alpha-mont.pl +++ b/src/lib/libssl/src/crypto/bn/asm/alpha-mont.pl @@ -41,12 +41,7 @@ $j="s4"; $m1="s5"; $code=<<___; -#ifdef __linux__ -#include -#else -#include -#include -#endif +#include .text diff --git a/src/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl b/src/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl index aa36029386..b6d6ea5a62 100644 --- a/src/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl +++ b/src/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl @@ -245,12 +245,7 @@ ___ }} $code=<<___; -#ifdef __linux__ -#include -#else -#include -#include -#endif +#include .text diff --git a/src/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl b/src/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl index 6c4b9251fd..44720c418c 100644 --- a/src/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl +++ b/src/lib/libssl/src/crypto/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