From: miod Date: Thu, 1 May 2014 20:41:56 +0000 (+0000) Subject: Fix include filename to get register name aliases under BSD X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e07419306ed94e51f978758777d7635aeec9a714;p=openbsd Fix include filename to get register name aliases under BSD --- 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