summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2024-11-05 19:05:36 -0500
committerJonathan Bradley <jcb@pikum.xyz>2024-11-05 19:05:36 -0500
commit06677d6aa1d477253e65015101d1185e74ee8054 (patch)
treedd39f42f4f6b88de34efe4f03a6219df4e72361f /test
parentd65e59e328d36994e0271b369780244b62e8654e (diff)
pk.h: cleanup and include errors
Diffstat (limited to 'test')
-rw-r--r--test/pkmem-types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pkmem-types.c b/test/pkmem-types.c
index 2399308..a6f0174 100644
--- a/test/pkmem-types.c
+++ b/test/pkmem-types.c
@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
res = pk_handle_validate(h, bh, 1024);
PK_LOGV_INF("pk_handle_validate 002: %i\n", res);
- h = pk_handle_MAX;
+ h = PK_HANDLE_MAX;
res = pk_handle_validate(h, bh, 1024);
PK_LOGV_INF("pk_handle_validate 003: %i\n", res);
}