diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-10-16 13:56:39 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-10-16 13:56:39 -0400 |
| commit | 1d0653a6e595ffb6816042de50eb5434a386d9d0 (patch) | |
| tree | fef21d2cf5d623625a276b31faf9a4087ad824d4 /tests/pke-test-dummy.h | |
| parent | 77c8686edd087a605b69e71c51c9adfe5bd26720 (diff) | |
pke-test: refactor to use pktst
Diffstat (limited to 'tests/pke-test-dummy.h')
| -rw-r--r-- | tests/pke-test-dummy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pke-test-dummy.h b/tests/pke-test-dummy.h index 6abf8b7..64b5921 100644 --- a/tests/pke-test-dummy.h +++ b/tests/pke-test-dummy.h @@ -1,13 +1,13 @@ #ifndef PKE_PKE_TEST_DUMMY_H #define PKE_PKE_TEST_DUMMY_H -#include "pke-test-types.h" +#include "pk.h" #ifdef __cplusplus extern "C" { #endif -struct pke_test_group *pke_test_dummy_get_group(); +struct pk_test_group *pke_test_dummy_get_group(); #ifdef __cplusplus } |
