mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Added BBCLASSEXTEND = "native nativesdk" and removed -native recipe Signed-off-by: Koen Kooi <k-kooi@ti.com>
13 lines
432 B
Diff
13 lines
432 B
Diff
Index: openssl-1.0.0a/ssl/s3_clnt.c
|
|
===================================================================
|
|
--- openssl-1.0.0a.orig/ssl/s3_clnt.c 2010-09-13 18:38:01.000000000 +0400
|
|
+++ openssl-1.0.0a/ssl/s3_clnt.c 2010-09-13 18:38:35.000000000 +0400
|
|
@@ -1508,6 +1508,7 @@
|
|
s->session->sess_cert->peer_ecdh_tmp=ecdh;
|
|
ecdh=NULL;
|
|
BN_CTX_free(bn_ctx);
|
|
+ bn_ctx = NULL;
|
|
EC_POINT_free(srvr_ecpoint);
|
|
srvr_ecpoint = NULL;
|
|
}
|