summaryrefslogtreecommitdiff
path: root/test/pkmem-types.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pkmem-types.c')
-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);
}