From e07419306ed94e51f978758777d7635aeec9a714 Mon Sep 17 00:00:00 2001 From: miod Date: Thu, 1 May 2014 20:41:56 +0000 Subject: [PATCH] Fix include filename to get register name aliases under BSD --- lib/libcrypto/bn/asm/alpha-mont.pl | 7 +------ lib/libcrypto/modes/asm/ghash-alpha.pl | 7 +------ lib/libcrypto/sha/asm/sha1-alpha.pl | 7 +------ lib/libssl/src/crypto/bn/asm/alpha-mont.pl | 7 +------ lib/libssl/src/crypto/modes/asm/ghash-alpha.pl | 7 +------ lib/libssl/src/crypto/sha/asm/sha1-alpha.pl | 7 +------ 6 files changed, 6 insertions(+), 36 deletions(-) diff --git a/lib/libcrypto/bn/asm/alpha-mont.pl b/lib/libcrypto/bn/asm/alpha-mont.pl index 03596e2014d..41700d5bd58 100644 --- a/lib/libcrypto/bn/asm/alpha-mont.pl +++ b/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/lib/libcrypto/modes/asm/ghash-alpha.pl b/lib/libcrypto/modes/asm/ghash-alpha.pl index aa360293864..b6d6ea5a62a 100644 --- a/lib/libcrypto/modes/asm/ghash-alpha.pl +++ b/lib/libcrypto/modes/asm/ghash-alpha.pl @@ -245,12 +245,7 @@ ___ }} $code=<<___; -#ifdef __linux__ -#include -#else -#include -#include -#endif +#include .text diff --git a/lib/libcrypto/sha/asm/sha1-alpha.pl b/lib/libcrypto/sha/asm/sha1-alpha.pl index 6c4b9251fd4..44720c418c8 100644 --- a/lib/libcrypto/sha/asm/sha1-alpha.pl +++ b/lib/libcrypto/sha/asm/sha1-alpha.pl @@ -225,12 +225,7 @@ ___ } $code=<<___; -#ifdef __linux__ -#include -#else -#include -#include -#endif +#include .text diff --git a/lib/libssl/src/crypto/bn/asm/alpha-mont.pl b/lib/libssl/src/crypto/bn/asm/alpha-mont.pl index 03596e2014d..41700d5bd58 100644 --- a/lib/libssl/src/crypto/bn/asm/alpha-mont.pl +++ b/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/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl b/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl index aa360293864..b6d6ea5a62a 100644 --- a/lib/libssl/src/crypto/modes/asm/ghash-alpha.pl +++ b/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/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl b/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl index 6c4b9251fd4..44720c418c8 100644 --- a/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl +++ b/lib/libssl/src/crypto/sha/asm/sha1-alpha.pl @@ -225,12 +225,7 @@ ___ } $code=<<___; -#ifdef __linux__ -#include -#else -#include -#include -#endif +#include .text -- 2.20.1