mirror of
https://github.com/openssl/openssl.git
synced 2024-11-28 04:25:31 +08:00
fix length parameter in SSL_set_tlsext_opaque_prf_input() calls
This commit is contained in:
parent
761772d7e1
commit
86d4bc3aea
@ -861,7 +861,7 @@ bad:
|
||||
/* SSL_set_cipher_list(con,"RC4-MD5"); */
|
||||
#if 0
|
||||
#ifdef TLSEXT_TYPE_opaque_prf_input
|
||||
SSL_set_tlsext_opaque_prf_input(con, "Test client", 1);
|
||||
SSL_set_tlsext_opaque_prf_input(con, "Test client", 11);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -1577,7 +1577,7 @@ static int sv_body(char *hostname, int s, unsigned char *context)
|
||||
SSL_clear(con);
|
||||
#if 0
|
||||
#ifdef TLSEXT_TYPE_opaque_prf_input
|
||||
SSL_set_tlsext_opaque_prf_input(con, "Test server", 1);
|
||||
SSL_set_tlsext_opaque_prf_input(con, "Test server", 11);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user