Skip to content

Commit

Permalink
Bug 1656429 - Clang-format fixup, r=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jacobs committed Aug 7, 2020
1 parent 9d44f17 commit 16812f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssl/sslimpl.h
Expand Up @@ -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) \
Expand Down

0 comments on commit 16812f7

Please sign in to comment.