krb5: add krb5_store_bytes()

Similar to krb5_storage_write(), but returns an error rather than the number of
bytes written.
This commit is contained in:
Luke Howard
2021-08-06 19:32:10 +10:00
parent 4e359bd5ce
commit 7188969371
3 changed files with 27 additions and 2 deletions

View File

@@ -650,6 +650,7 @@ HEIMDAL_KRB5_2.0 {
krb5_store_address;
krb5_store_addrs;
krb5_store_authdata;
krb5_store_bytes;
krb5_store_creds;
krb5_store_creds_tag;
krb5_store_data;