X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b1ab9ed8d0e0f1c3b66d7daa8fd5564444c56195..420ff9d9379a8d93f2c90f026a797bdea1eb4517:/libsecurity_keychain/lib/Identity.h diff --git a/libsecurity_keychain/lib/Identity.h b/libsecurity_keychain/lib/Identity.h index b39a3c26..5ea548bd 100644 --- a/libsecurity_keychain/lib/Identity.h +++ b/libsecurity_keychain/lib/Identity.h @@ -54,6 +54,7 @@ public: bool operator == (const Identity &other) const; bool equal(SecCFObject &other); + CFHashCode hash(); private: SecPointer mPrivateKey;