summaryrefslogtreecommitdiffstats
path: root/util/ipa_krb5.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/ipa_krb5.h')
-rw-r--r--util/ipa_krb5.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/ipa_krb5.h b/util/ipa_krb5.h
index 0bc667a93..ee6078db3 100644
--- a/util/ipa_krb5.h
+++ b/util/ipa_krb5.h
@@ -22,4 +22,8 @@ krb5_error_code ipa_krb5_generate_key_data(krb5_context krbctx,
void ipa_krb5_free_key_data(krb5_key_data *keys, int num_keys);
+int ber_encode_krb5_key_data(krb5_key_data *data,
+ int numk, int mkvno,
+ struct berval **encoded);
+
#endif /* __IPA_KRB5_H_ */