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
master
sniperbeamer 16 years ago
parent 2434e9111f
commit 77500ca0e9
  1. 3
      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