changeset 27 | d0aadddb9c64 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/MYCrypto_Prefix.pch Tue Jul 21 10:13:08 2009 -0700 1.3 @@ -0,0 +1,11 @@ 1.4 +// 1.5 +// MYCrypto_Prefix.h 1.6 +// MYCrypto-iPhone 1.7 +// 1.8 +// Created by Jens Alfke on 6/11/09. 1.9 +// Copyright 2009 Jens Alfke. All rights reserved. 1.10 +// 1.11 + 1.12 +#define USE_SECURITY_API 1 /* tells MYErrorUtils it can call Security to look up error names */ 1.13 + 1.14 +#import "MYUtilities_Prefix.pch"