K 10 svn:author V 3 dim K 8 svn:date V 27 2011-07-26T06:54:46.000000Z K 7 svn:log V 353 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 (maintainer) END