X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b1ab9ed8d0e0f1c3b66d7daa8fd5564444c56195..420ff9d9379a8d93f2c90f026a797bdea1eb4517:/libsecurity_keychain/lib/SecRSAKeyP.h?ds=sidebyside diff --git a/libsecurity_keychain/lib/SecRSAKeyP.h b/libsecurity_keychain/lib/SecRSAKeyP.h index c4899e98..a97a60d3 100644 --- a/libsecurity_keychain/lib/SecRSAKeyP.h +++ b/libsecurity_keychain/lib/SecRSAKeyP.h @@ -38,13 +38,6 @@ extern "C" { #endif -typedef struct SecRSAPublicKeyParams { - uint8_t *modulus; /* modulus */ - CFIndex modulusLength; - uint8_t *exponent; /* public exponent */ - CFIndex exponentLength; -} SecRSAPublicKeyParams; - /* Given an RSA public key in encoded form return a SecKeyRef representing that key. Supported encodings are kSecKeyEncodingPkcs1. */ SecKeyRef SecKeyCreateRSAPublicKey(CFAllocatorRef allocator,