# HG changeset patch # User William Schumann # Date 1369139375 -7200 # Node ID 11fe2dd83574e8863bb55bec7e9526a18f2b96c1 # Parent 11b376b53ac1c56e98e7260cc4bcaf972a1405e2 16833903 problem in UTILITY/OPENSSL diff -r 11b376b53ac1 -r 11fe2dd83574 components/openssl/openssl-1.0.1/Makefile --- a/components/openssl/openssl-1.0.1/Makefile Sat May 18 09:18:20 2013 -0700 +++ b/components/openssl/openssl-1.0.1/Makefile Tue May 21 14:29:35 2013 +0200 @@ -325,7 +325,7 @@ ssl/s3_both.o ssl/s3_clnt.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_pkt.o \ ssl/ssl_algs.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_err.o \ ssl/ssl_err2.o ssl/ssl_lib.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/t1_enc.o \ - ssl/t1_lib.o ssl/t1_reneg.o ssl/d1_srtp.o ssl/s3_cbc.o + ssl/t1_lib.o ssl/t1_reneg.o ssl/d1_srtp.o ssl/s3_cbc.o ssl/t1_clnt.o # Linking of openssl bits for wanboot. # Interface for wanboot is specified in mapfile.wanboot. Object files are diff -r 11b376b53ac1 -r 11fe2dd83574 components/openssl/openssl-1.0.1/mapfile.wanboot --- a/components/openssl/openssl-1.0.1/mapfile.wanboot Sat May 18 09:18:20 2013 -0700 +++ b/components/openssl/openssl-1.0.1/mapfile.wanboot Tue May 21 14:29:35 2013 +0200 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. # # @@ -77,6 +77,7 @@ SSL_read; SSL_new; SSLv3_client_method; + TLSv1_2_client_method; X509_check_private_key; SSL_CTX_new; ASN1_TYPE_set;