Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
fix: disable ocsp
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Jan 25, 2024
1 parent 1ab5eb9 commit af4cf99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/general.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
* registers when iPXE traps to it due to
* privileged instructions */

#undef OCSP_CHECK /* Disable OCSP */
#define OCSP_ENABLED 0 /* Disable OCSP */

#include <config/named.h>
#include NAMED_CONFIG(general.h)
#include <config/local/general.h>
Expand Down

0 comments on commit af4cf99

Please sign in to comment.