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 <[email protected]> (maintainer)
  
  Revision  Changes    Path
  1.2       +8 -8      ports/security/libgcrypt/files/patch-cipher-rijndael.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to