oops, typo
This commit is contained in:
@@ -818,7 +818,7 @@ int ssl3_generate_master_secret(SSL *s, unsigned char *out, unsigned char *p,
|
|||||||
EVP_MD_CTX ctx;
|
EVP_MD_CTX ctx;
|
||||||
int i,ret=0;
|
int i,ret=0;
|
||||||
unsigned int n;
|
unsigned int n;
|
||||||
#ifdef SSL_TRACE_CRYPTO_DEBUG
|
#ifdef OPENSSL_SSL_TRACE_CRYPTO
|
||||||
unsigned char *tmpout = out;
|
unsigned char *tmpout = out;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -843,7 +843,7 @@ int ssl3_generate_master_secret(SSL *s, unsigned char *out, unsigned char *p,
|
|||||||
}
|
}
|
||||||
EVP_MD_CTX_cleanup(&ctx);
|
EVP_MD_CTX_cleanup(&ctx);
|
||||||
|
|
||||||
#ifdef SSL_TRACE_CRYPTO_DEBUG
|
#ifdef OPENSSL_SSL_TRACE_CRYPTO
|
||||||
if (s->msg_callback)
|
if (s->msg_callback)
|
||||||
{
|
{
|
||||||
s->msg_callback(2, s->version, TLS1_RT_CRYPTO_PREMASTER,
|
s->msg_callback(2, s->version, TLS1_RT_CRYPTO_PREMASTER,
|
||||||
|
Reference in New Issue
Block a user