Commit 4086b42b authored by Matt Caswell's avatar Matt Caswell
Browse files

Tweak a comment



psk_kex_mode stores the available modes - not the one which we selected.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2259)
parent 08191294
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1114,7 +1114,7 @@ struct ssl_st {
        unsigned char *npn;
        size_t npn_len;

        /* The selected PSK key exchange mode */
        /* The available PSK key exchange modes */
        int psk_kex_mode;
    } ext;