[Pkg-openssl-changes] r377 - openssl/trunk
Kurt Roeckx
kroeckx at alioth.debian.org
Sat May 16 18:18:51 UTC 2009
Author: kroeckx
Date: 2009-05-16 18:18:50 +0000 (Sat, 16 May 2009)
New Revision: 377
Modified:
openssl/trunk/Configure
Log:
A comment line got splitted in several lines. Join the lines again.
Modified: openssl/trunk/Configure
===================================================================
--- openssl/trunk/Configure 2009-05-16 18:14:40 UTC (rev 376)
+++ openssl/trunk/Configure 2009-05-16 18:18:50 UTC (rev 377)
@@ -128,10 +128,8 @@
my $x86_out_asm="x86cpuid-out.o:bn86-out.o co86-out.o MAYBE-MO86-out.o:dx86-out.o yx86-out.o:ax86-out.o:bx86-out.o:mx86-out.o:sx86-out.o s512sse2-out.o:cx86-out.o:rx86-out.o rc4_skey.o:rm86-out.o:r586-out.o";
# rc4 asm is disabled on amd64 because we configured it with RC4_CHAR while
-# the assembler only works with RC4_CHUNK / int / long
-#my $x86_64_asm="x86_64cpuid.o:x86_64-gcc.o
-x86_64-mont.o::aes-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o
-sha512-x86_64.o::rc4-x86_64.o::";
+# the assembler only works with int
+#my $x86_64_asm="x86_64cpuid.o:x86_64-gcc.o x86_64-mont.o::aes-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o::rc4-x86_64.o::";
my $x86_64_asm="x86_64cpuid.o:x86_64-gcc.o x86_64-mont.o::aes-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o::::";
my $ia64_asm=":bn-ia64.o::aes_core.o aes_cbc.o aes-ia64.o:::sha1-ia64.o sha256-ia64.o sha512-ia64.o::rc4-ia64.o rc4_skey.o::";
More information about the Pkg-openssl-changes
mailing list