diff -r 000000000000 -r d0aadddb9c64 MYCrypto_Prefix.pch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MYCrypto_Prefix.pch Tue Jul 21 10:13:08 2009 -0700 @@ -0,0 +1,11 @@ +// +// MYCrypto_Prefix.h +// MYCrypto-iPhone +// +// Created by Jens Alfke on 6/11/09. +// Copyright 2009 Jens Alfke. All rights reserved. +// + +#define USE_SECURITY_API 1 /* tells MYErrorUtils it can call Security to look up error names */ + +#import "MYUtilities_Prefix.pch"