From 2e22f5e2e00c1f1f599b03634ca27bb5b9ac471e Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 6 Jun 2014 20:59:29 +0000 Subject: Import OpenSSL 1.0.1h. Approved by: so (delphij) --- ssl/t1_enc.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'ssl/t1_enc.c') diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index 0c4cddedf85c7..ac8c1539968b4 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -1048,14 +1048,10 @@ int tls1_mac(SSL *ssl, unsigned char *md, int send) if (!stream_mac) EVP_MD_CTX_cleanup(&hmac); #ifdef TLS_DEBUG -printf("sec="); -{unsigned int z; for (z=0; zlength; z++) printf("%02X ",rec->data[z]); printf("\n"); } #endif if (ssl->version != DTLS1_VERSION && ssl->version != DTLS1_BAD_VER) @@ -1185,7 +1181,7 @@ int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, if (memcmp(val, TLS_MD_KEY_EXPANSION_CONST, TLS_MD_KEY_EXPANSION_CONST_SIZE) == 0) goto err1; - rv = tls1_PRF(s->s3->tmp.new_cipher->algorithm2, + rv = tls1_PRF(ssl_get_algorithm2(s), val, vallen, NULL, 0, NULL, 0, -- cgit v1.2.3