summaryrefslogtreecommitdiffstats
path: root/net/third_party/nss/ssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/third_party/nss/ssl/ssl.h')
-rw-r--r--net/third_party/nss/ssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/third_party/nss/ssl/ssl.h b/net/third_party/nss/ssl/ssl.h
index debfbfb..2634199 100644
--- a/net/third_party/nss/ssl/ssl.h
+++ b/net/third_party/nss/ssl/ssl.h
@@ -163,7 +163,7 @@ SSL_IMPORT SECStatus SSL_CertDBHandleSet(PRFileDesc *fd, CERTCertDBHandle *dbHan
* to be well formed per the NPN spec. |protoOut| is a buffer provided by the
* caller, of length 255 (the maximum allowed by the protocol).
* On successful return, the protocol to be announced to the server will be in
- * |protoOut| and its length in |protoOutLen|. */
+ * |protoOut| and its length in |*protoOutLen|. */
typedef SECStatus (PR_CALLBACK *SSLNextProtoCallback)(
void *arg,
PRFileDesc *fd,