diff options
-rw-r--r-- | net/third_party/nss/ssl/sslimpl.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/third_party/nss/ssl/sslimpl.h b/net/third_party/nss/ssl/sslimpl.h index 357c1b9..6c52d72 100644 --- a/net/third_party/nss/ssl/sslimpl.h +++ b/net/third_party/nss/ssl/sslimpl.h @@ -583,19 +583,6 @@ typedef enum { never_cached, #define MAX_PEER_CERT_CHAIN_SIZE 8 -#ifdef NSS_PLATFORM_CLIENT_AUTH -typedef struct { -#if defined(XP_WIN32) - char * provider; - char * container; - DWORD provType; -#elif defined(XP_MACOSX) - SecKeychainRef keychain; - CFDataRef persistentKey; -#endif -} PlatformAuthInfo; -#endif /* NSS_PLATFORM_CLIENT_AUTH */ - struct sslSessionIDStr { sslSessionID * next; /* chain used for client sockets, only */ |