summaryrefslogtreecommitdiffstats
path: root/util/ipa_krb5.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-06-20 11:55:13 -0400
committerSimo Sorce <ssorce@redhat.com>2011-08-26 08:24:49 -0400
commiteed401306c400ae938e2d328de22da6f729c8f3f (patch)
tree0d80aaf819a5d45a9ca1cb086f01624c35ddaa23 /util/ipa_krb5.h
parent49282290938c735c566c7d0abf57c67b69945cce (diff)
downloadfreeipa-eed401306c400ae938e2d328de22da6f729c8f3f.tar.gz
freeipa-eed401306c400ae938e2d328de22da6f729c8f3f.tar.xz
freeipa-eed401306c400ae938e2d328de22da6f729c8f3f.zip
ipa-pwd-extop: Move encoding in common too
Also to be used by ipa-kdb
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_ */