]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove unused variable (#5049)
authorJorge Pereira <jpereira@users.noreply.github.com>
Mon, 12 Jun 2023 19:57:10 +0000 (16:57 -0300)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 19:57:10 +0000 (15:57 -0400)
src/lib/tls/ctx.c

index b253f419a9753345927808a4adf339f88d643d22..80a9393b4a1432d8546de30d6574ca53bd18284f 100644 (file)
@@ -612,7 +612,6 @@ SSL_CTX *fr_tls_ctx_alloc(fr_tls_conf_t const *conf, bool client)
        SSL_CTX         *ctx;
        X509_STORE      *cert_vpstore;
        X509_STORE      *verify_store;
-       int             verify_mode = SSL_VERIFY_NONE;
        int             ctx_options = 0;
 
        ctx = SSL_CTX_new(TLS_method());