From: Alan T. DeKok Date: Thu, 14 Jan 2016 21:50:13 +0000 (-0500) Subject: fix typo X-Git-Tag: release_3_0_11~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6539017b2e2fe5a8353f078e5d50000416d045af;p=thirdparty%2Ffreeradius-server.git fix typo --- diff --git a/src/main/tls.c b/src/main/tls.c index 721ebe8c6a4..8c7111b7aa4 100644 --- a/src/main/tls.c +++ b/src/main/tls.c @@ -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