From 77500ca0e95fb47fe210579ac7ecc5dbe03ee8ae Mon Sep 17 00:00:00 2001 From: sniperbeamer Date: Tue, 20 Jan 2009 22:56:21 +0000 Subject: [PATCH] Disable VIA padlock (crashes on Mac OS) Untag 0.4.0beta1 git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@258 b624d157-de02-0410-bad0-e51aec6abb33 --- src/crypto/aesopt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/crypto/aesopt.h b/src/crypto/aesopt.h index 77bb36c..db15269 100644 --- a/src/crypto/aesopt.h +++ b/src/crypto/aesopt.h @@ -191,7 +191,8 @@ order (which later checks below ensure). */ -#if 1 && defined( VIA_ACE_POSSIBLE ) && !defined( USE_VIA_ACE_IF_PRESENT ) +// DISABLE VIA ACE +#if 0 && defined( VIA_ACE_POSSIBLE ) && !defined( USE_VIA_ACE_IF_PRESENT ) # define USE_VIA_ACE_IF_PRESENT #endif