summaryrefslogtreecommitdiffstats
path: root/net/socket/nss_ssl_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/nss_ssl_util.h')
-rw-r--r--net/socket/nss_ssl_util.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/socket/nss_ssl_util.h b/net/socket/nss_ssl_util.h
index 614ab5f..6c95661 100644
--- a/net/socket/nss_ssl_util.h
+++ b/net/socket/nss_ssl_util.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -28,9 +28,6 @@ PRErrorCode MapErrorToNSS(int result);
// Map NSS error code to network error code.
int MapNSSError(PRErrorCode err);
-// Map NSS error code from the first SSL handshake to network error code.
-int MapNSSHandshakeError(PRErrorCode err);
-
} // namespace net
#endif // NET_SOCKET_NSS_SSL_UTIL_H_