Hello,
On Sun, Jan 14, 2018 at 12:00 AM, wrote:
> From: Selva Nair
>
> - RSA_meth_new allocates memory for the name string
> and must be released using RSA_meth_free
>
> Signed-off-by: Selva Nair
> ---
> src/openvpn/ssl_openssl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> d
From: Selva Nair
- RSA_meth_new allocates memory for the name string
and must be released using RSA_meth_free
Signed-off-by: Selva Nair
---
src/openvpn/ssl_openssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c
inde