summaryrefslogtreecommitdiff
path: root/lib/ssl/sslimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/sslimpl.h')
-rw-r--r--lib/ssl/sslimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/sslimpl.h b/lib/ssl/sslimpl.h
index 1a947c842..6f8e4e669 100644
--- a/lib/ssl/sslimpl.h
+++ b/lib/ssl/sslimpl.h
@@ -730,7 +730,7 @@ typedef struct SSL3HandshakeStateStr {
PRCList dtlsRcvdHandshake; /* Handshake records we have received
* used to generate ACKs. */
- PRCList psks; /* A list of PSKs, resumption and/or external. */
+ PRCList psks; /* A list of PSKs, resumption and/or external. */
} SSL3HandshakeState;
#define SSL_ASSERT_HASHES_EMPTY(ss) \