From 3abc8d507b0616d644166418a9269c42e574c6a4 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Wed, 25 Jun 2025 21:39:33 +0200 Subject: [PATCH] avformat/tls_openssl: remove leftover comment --- libavformat/tls_openssl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/tls_openssl.c b/libavformat/tls_openssl.c index bec9b24f08..404d2186f1 100644 --- a/libavformat/tls_openssl.c +++ b/libavformat/tls_openssl.c @@ -369,7 +369,6 @@ einval_end: ret = AVERROR(EINVAL); end: X509_NAME_free(subject); - //av_bprint_finalize(&fingerprint, NULL); return ret; }