aboutsummaryrefslogtreecommitdiff
path: root/lib/hdb/test_hdbkeys.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hdb/test_hdbkeys.c')
-rw-r--r--lib/hdb/test_hdbkeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hdb/test_hdbkeys.c b/lib/hdb/test_hdbkeys.c
index 7cf4629b6ce0..d6bc31d4caf3 100644
--- a/lib/hdb/test_hdbkeys.c
+++ b/lib/hdb/test_hdbkeys.c
@@ -104,7 +104,7 @@ main(int argc, char **argv)
krb5_free_principal (context, principal);
- ASN1_MALLOC_ENCODE(hdb_keyset, data, length, &keyset, &len, ret);
+ ASN1_MALLOC_ENCODE(HDB_keyset, data, length, &keyset, &len, ret);
if (ret)
krb5_errx(context, 1, "encode keyset");
if (len != length)