diff options
Diffstat (limited to 'trust/tests/test-token.c')
-rw-r--r-- | trust/tests/test-token.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/tests/test-token.c b/trust/tests/test-token.c index ebe434d..6cf687b 100644 --- a/trust/tests/test-token.c +++ b/trust/tests/test-token.c @@ -185,7 +185,7 @@ test_token_flags (CuTest *cu) /* The other objects */ for (i = 0; expected[i]; i++) { - handle = p11_index_findn (p11_token_index (test.token), expected[i], 2); + handle = p11_index_find (p11_token_index (test.token), expected[i], 2); CuAssertTrue (cu, handle != 0); object = p11_index_lookup (p11_token_index (test.token), handle); |