]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typo
authorAlan T. DeKok <aland@freeradius.org>
Thu, 14 Jan 2016 21:50:13 +0000 (16:50 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 14 Jan 2016 21:50:23 +0000 (16:50 -0500)
src/main/tls.c

index 721ebe8c6a4b3cecfa2bf1b1549bcf8c8cce1a8d..8c7111b7aa4999d905ce2c7d4468c3ff5da3eb9d 100644 (file)
@@ -1533,7 +1533,7 @@ static ocsp_status_t ocsp_check(REQUEST *request, X509_STORE *store, X509 *issue
        resp = OCSP_sendreq_bio(cbio, path, req);
        if (!resp) {
                REDEBUG("ocsp: Couldn't get OCSP response");
-               ocsp_status = OCSP_SATUS_SKIPPED;
+               ocsp_status = OCSP_STATUS_SKIPPED;
                goto ocsp_end;
        }
 #else