Date: Tue, 26 Jul 2011 06:54:46 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/libgcrypt/files patch-cipher-rijndael.c Message-ID: <201107260654.p6Q6skx5010048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dim 2011-07-26 06:54:46 UTC FreeBSD ports repository (src committer) Modified files: security/libgcrypt/files patch-cipher-rijndael.c Log: In the AES-NI inline assembly, change instances of 'cmpq' to 'cmpl'. I had erroneously assumed this would only be compiled on amd64, but even then a 64 bit compare is wrong. The variables referenced in the inline assembly are all plain int, so 32 bit. PR: ports/159147 Pointy hat to: dim Requested by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Revision Changes Path 1.2 +8 -8 ports/security/libgcrypt/files/patch-cipher-rijndael.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107260654.p6Q6skx5010048>