Skip to content

Commit

Permalink
Merge pull request wolfSSL#8168 from bandi13/fixCMakeTests
Browse files Browse the repository at this point in the history
Use only one or the other
  • Loading branch information
douzzer authored Nov 9, 2024
2 parents 9361603 + a295aef commit c08bbf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/quic.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#else
#ifndef WOLFSSL_USER_SETTINGS
#include <wolfssl/options.h>
#endif
#endif
#include <wolfssl/wolfcrypt/settings.h>

#include <tests/unit.h>
Expand Down

0 comments on commit c08bbf0

Please sign in to comment.