mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 14:17:15 +08:00
11 lines
276 B
Diff
11 lines
276 B
Diff
--- ssl/s3_clnt.c.orig Sun Feb 28 01:24:24 2010
|
|
+++ ssl/s3_clnt.c Sun Aug 8 14:49:30 2010
|
|
@@ -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;
|
|
}
|