Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/openssl/files: openssl-1.0.0d-alpha-typo.patch
Date: Sat, 30 Apr 2011 07:06:58
Message-Id: 20110430070647.B79CF20057@flycatcher.gentoo.org
1 vapier 11/04/30 07:06:47
2
3 Added: openssl-1.0.0d-alpha-typo.patch
4 Log:
5 Fix typo in alpha asm code #364699 by Raúl Porcel.
6
7 (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/openssl/files/openssl-1.0.0d-alpha-typo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.0d-alpha-typo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.0d-alpha-typo.patch?rev=1.1&content-type=text/plain
14
15 Index: openssl-1.0.0d-alpha-typo.patch
16 ===================================================================
17 http://bugs.gentoo.org/364699
18
19 --- crypto/bn/asm/alpha-mont.pl
20 +++ crypto/bn/asm/alpha-mont.pl
21 @@ -41,7 +41,7 @@ $j="s4";
22 $m1="s5";
23
24 $code=<<___;
25 -#indef __linux__
26 +#ifdef __linux__
27 #include <asm/regdef.h>
28 #else
29 #include <asm.h>