git: padlock - get rid of __GNUCLIKE_ASM #ifdefs

Alex Hornung alexh at crater.dragonflybsd.org
Fri Aug 20 13:17:11 PDT 2010


commit a79f55e03325d2294bcc475dc7a7a55a3c910e9c
Author: Alex Hornung <ahornung at gmail.com>
Date:   Fri Aug 20 21:09:52 2010 +0100

    padlock - get rid of __GNUCLIKE_ASM #ifdefs
    
    * Remove the uses of __GNUCLIKE_ASM, as we don't define it and in any
      case it only causes problems.
    
    * If it wasn't defined, it would cause encryption to succeed but without
      encrypting anything, potentially leaking private information. Since on
      DragonFly this define doesn't exist, this would always be the case.
    
    Reported-by: Jan Lentfer (lentferj@)
    Dragonfly-bug: http://bugs.dragonflybsd.org/issue1638

Summary of changes:
 sys/crypto/via/padlock_cipher.c |    2 --
 sys/crypto/via/padlock_hash.c   |    4 ----
 2 files changed, 0 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a79f55e03325d2294bcc475dc7a7a55a3c910e9c


-- 
DragonFly BSD source repository





More information about the Commits mailing list