Skip to content

Commit

Permalink
Merge pull request #4319 from randombit/jack/fix-bogus-include
Browse files Browse the repository at this point in the history
Fix header include in a test
  • Loading branch information
randombit authored Aug 18, 2024
2 parents cf1b2bc + fbe1fab commit 1979799
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tests/test_ocsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/

#include "botan/types.h"
#include "tests.h"

#if defined(BOTAN_HAS_OCSP)
#include <botan/certstor.h>
Expand All @@ -15,8 +15,6 @@
#include <fstream>
#endif

#include "tests.h"

namespace Botan_Tests {

#if defined(BOTAN_HAS_OCSP) && defined(BOTAN_HAS_RSA) && defined(BOTAN_HAS_EMSA_PKCS1) && \
Expand Down

0 comments on commit 1979799

Please sign in to comment.