]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix tests
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 8 Oct 2021 13:51:07 +0000 (08:51 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 8 Oct 2021 13:51:07 +0000 (08:51 -0500)
src/lib/tls/session.c
src/tests/eapol_test/config/tls/sites-enabled/tls

index cea83f39684e8adb50c71bb638263405b3c3587b..d2cb594a3d2e1ec82104d00cf67167693ec19804 100644 (file)
@@ -1346,7 +1346,7 @@ DIAG_ON(used-but-marked-unused)
        {
                unlang_action_t ua;
 
-               RDEBUG3("Performing async action for OpenSSL");
+               RDEBUG3("Performing async action for libssl");
 
                /*
                 *      Call this function again once we're done
index d975a806d0a00be8634f56b28589cfd5d9031cb4..c7599d9510eabc84fe276858407ae9dab5c8d926 100644 (file)
@@ -29,7 +29,7 @@ server eap-tls-test {
                #
                #  Ensure we have access to the certificate attributes
                #
-               if (!&parent.session-state.TLS-Certificate[0].Issuer) {
+               if (!&parent.session-state.TLS-Certificate[0]) {
                        reject
                }
        }