diff -r 6fd9177eb6da -r 3af1d1c0ceb5 MYCrypto_Private.h --- a/MYCrypto_Private.h Sun Apr 19 00:01:41 2009 -0700 +++ b/MYCrypto_Private.h Sun Apr 19 21:19:35 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