diff -r 6fd9177eb6da -r df9da0f6b358 MYCrypto_Private.h --- a/MYCrypto_Private.h Sun Apr 19 00:01:41 2009 -0700 +++ b/MYCrypto_Private.h Fri Jun 05 08:57:18 2009 -0700 @@ -130,4 +130,9 @@ NSString* OIDAsString(CSSM_OID OID); CSSM_ALGORITHMS CSSMFromCCAlgorithm( CCAlgorithm ccAlgorithm ); +typedef struct { + CSSM_ALGORITHMS algorithm; + uint32 sizeInBits; +} MYCryptoWrappedKeyDesc; + #endif