fix length parameter in SSL_set_tlsext_opaque_prf_input() calls
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user