]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't set msg callback: required for SSL objects created by SSL_new() from freeradius...
authorMax Khon <fjoe@samodelkin.net>
Wed, 14 Jun 2023 16:14:41 +0000 (17:14 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2023 16:14:41 +0000 (12:14 -0400)
src/lib/tls/ctx.c

index 80a9393b4a1432d8546de30d6574ca53bd18284f..23c002eddc1708572a995b0f3353445996fb507f 100644 (file)
@@ -944,12 +944,6 @@ post_ca:
 #endif
 
 
-       /*
-        *      set the message callback to identify the type of
-        *      message.  For every new session, there can be a
-        *      different callback argument.
-        */
-       SSL_CTX_set_msg_callback(ctx, fr_tls_session_msg_cb);
        /* Set Info callback */
        SSL_CTX_set_info_callback(ctx, fr_tls_session_info_cb);