From e76c9666d967856694b1a433c7edf1443257899c Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Wed, 19 Oct 2011 05:40:18 +0000 Subject: Fix a comment nit for SSLNextProtoCallback. R=agl@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8349004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106232 0039d316-1c4b-4281-b951-d872f2087c98 --- net/third_party/nss/patches/nextproto.patch | 2 +- net/third_party/nss/ssl/ssl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net/third_party') diff --git a/net/third_party/nss/patches/nextproto.patch b/net/third_party/nss/patches/nextproto.patch index 46021b42..e20a596 100644 --- a/net/third_party/nss/patches/nextproto.patch +++ b/net/third_party/nss/patches/nextproto.patch @@ -43,7 +43,7 @@ index 4a9e89d..2cf777d 100644 + * 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, 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, -- cgit v1.1