From a1bbfa1d924118eb28a851b211e2ff6306dd494b Mon Sep 17 00:00:00 2001 From: Shubham Mittal Date: Thu, 23 Jan 2025 14:12:18 -0800 Subject: [PATCH] removed extra new line --- src/openvpn/ssl_openssl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c index 891ea56df5f..aad79a4b2b3 100644 --- a/src/openvpn/ssl_openssl.c +++ b/src/openvpn/ssl_openssl.c @@ -1899,7 +1899,6 @@ tls_ctx_load_ca(struct tls_root_ctx *ctx, const char *ca_file, } sk_X509_INFO_pop_free(info_stack, X509_INFO_free); } - int cnum; if (tls_server) {