cvs commit: ports/security/libgcrypt/files patch-cipher-rijndael.c

Dimitry Andric dim at FreeBSD.org
Tue Jul 26 06:54:46 UTC 2011


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 at ueo.co.jp> (maintainer)
  
  Revision  Changes    Path
  1.2       +8 -8      ports/security/libgcrypt/files/patch-cipher-rijndael.c


More information about the cvs-all mailing list