Skip to content

Commit

Permalink
fix exdsa_ecdhkem test: only include headers if we compile the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ-91 authored and falko-strenzke committed Jun 29, 2023
1 parent 5864550 commit 63d3b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/exdsa_ecdhkem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#if defined(ENABLE_CRYPTO_REFRESH)

#include "rnp_tests.h"
#include "crypto/exdsa_ecdhkem.h"
#include "crypto/bn.h"

#if defined(ENABLE_CRYPTO_REFRESH)

TEST_F(rnp_tests, test_ecdh_kem)
{
std::vector<uint8_t> ciphertext;
Expand Down

0 comments on commit 63d3b41

Please sign in to comment.