Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: net/third_party/nss/ssl/exports_win.def

Issue 1844813002: Uprev NSS to 3.23 on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more GN fix Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/third_party/nss/ssl/dtlscon.c ('k') | net/third_party/nss/ssl/manifest.mn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/ssl/exports_win.def
diff --git a/net/third_party/nss/ssl/exports_win.def b/net/third_party/nss/ssl/exports_win.def
deleted file mode 100644
index a1045bb9212eaf3890fc47bc23763c0bd57c4cdb..0000000000000000000000000000000000000000
--- a/net/third_party/nss/ssl/exports_win.def
+++ /dev/null
@@ -1,66 +0,0 @@
-; Copyright (c) 2013 The Chromium Authors. All rights reserved.
-; Use of this source code is governed by a BSD-style license that can be
-; found in the LICENSE file.
-
-LIBRARY CRSSL
-EXPORTS
-
-NSS_CmpCertChainWCANames
-NSS_FindCertKEAType
-NSS_GetClientAuthData
-NSS_SetDomesticPolicy
-SSL_AuthCertificate
-SSL_AuthCertificateHook
-SSL_CipherPolicyGet
-SSL_CipherPolicySet
-SSL_CipherPrefGet
-SSL_CipherPrefGetDefault
-SSL_CipherPrefSet
-SSL_CipherPrefSetDefault
-SSL_ClearSessionCache
-SSL_ConfigSecureServer
-SSL_ConfigServerSessionIDCache
-SSL_ForceHandshake
-SSL_GetClientAuthDataHook
-SSL_GetSessionID
-SSL_HandshakeCallback
-SSL_ImportFD
-SSL_InvalidateSession
-SSL_OptionGet
-SSL_OptionGetDefault
-SSL_OptionSet
-SSL_OptionSetDefault
-SSL_PeerCertificate
-SSL_PeerStapledOCSPResponses
-SSL_ResetHandshake
-SSL_SetSockPeerID
-SSL_SetURL
-SSL_GetChannelInfo
-SSL_GetCipherSuiteInfo
-SSL_ShutdownServerSessionIDCache
-SSL_GetImplementedCiphers
-SSL_GetNumImplementedCiphers
-SSL_HandshakeNegotiatedExtension
-SSL_SetNextProtoCallback
-SSL_SetNextProtoNego
-SSL_GetNextProto
-DTLS_GetHandshakeTimeout
-DTLS_ImportFD
-SSL_ExportKeyingMaterial
-SSL_VersionRangeSet
-SSL_GetSRTPCipher
-SSL_SetSRTPCiphers
-SSL_RecommendedCanFalseStart
-SSL_SetCanFalseStartCallback
-
-; Chromium patches
-SSL_PeerCertificateChain
-SSL_SetClientChannelIDCallback
-SSL_GetPlatformClientAuthDataHook
-SSL_HandshakeResumedSession
-SSL_RestartHandshakeAfterChannelIDReq
-SSL_GetChannelBinding
-SSL_PeerSignedCertTimestamps
-SSL_CipherOrderSet
-SSL_CacheSession
-SSL_CacheSessionUnlocked
« no previous file with comments | « net/third_party/nss/ssl/dtlscon.c ('k') | net/third_party/nss/ssl/manifest.mn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698