Export krb5_crypto_prfplus() from libkrb5

This commit is contained in:
Roland C. Dowdeswell
2019-06-12 18:32:53 +01:00
committed by Roland C. Dowdeswell
parent 20557e2255
commit d6337ebdce
3 changed files with 3 additions and 1 deletions

View File

@@ -2990,7 +2990,7 @@ krb5_crypto_prf(krb5_context context,
return (*et->prf)(context, crypto, input, output);
}
static krb5_error_code
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
krb5_crypto_prfplus(krb5_context context,
const krb5_crypto crypto,
const krb5_data *input,

View File

@@ -187,6 +187,7 @@ EXPORTS
krb5_crypto_init
krb5_crypto_overhead
krb5_crypto_prf
krb5_crypto_prfplus
krb5_crypto_prf_length
krb5_crypto_length
krb5_crypto_length_iov

View File

@@ -183,6 +183,7 @@ HEIMDAL_KRB5_2.0 {
krb5_crypto_init;
krb5_crypto_overhead;
krb5_crypto_prf;
krb5_crypto_prfplus;
krb5_crypto_prf_length;
krb5_crypto_length;
krb5_crypto_length_iov;