From 7d41e7b4d43d882eb4cc99f0600078e0f34f1774 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 22 Jun 2011 16:23:52 -0400 Subject: ipa-pwd-extop: make encsalt parsing function common It is going to be used by the ipa-kdb module too. --- util/ipa_krb5.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/ipa_krb5.h') diff --git a/util/ipa_krb5.h b/util/ipa_krb5.h index ee6078db3..7019e5e63 100644 --- a/util/ipa_krb5.h +++ b/util/ipa_krb5.h @@ -26,4 +26,10 @@ int ber_encode_krb5_key_data(krb5_key_data *data, int numk, int mkvno, struct berval **encoded); +krb5_error_code parse_bval_key_salt_tuples(krb5_context kcontext, + const char * const *vals, + int n_vals, + krb5_key_salt_tuple **kst, + int *n_kst); + #endif /* __IPA_KRB5_H_ */ -- cgit