Export krb5_crypto_prfplus() from libkrb5
This commit is contained in:

committed by
Roland C. Dowdeswell

parent
20557e2255
commit
d6337ebdce
@@ -2990,7 +2990,7 @@ krb5_crypto_prf(krb5_context context,
|
|||||||
return (*et->prf)(context, crypto, input, output);
|
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,
|
krb5_crypto_prfplus(krb5_context context,
|
||||||
const krb5_crypto crypto,
|
const krb5_crypto crypto,
|
||||||
const krb5_data *input,
|
const krb5_data *input,
|
||||||
|
@@ -187,6 +187,7 @@ EXPORTS
|
|||||||
krb5_crypto_init
|
krb5_crypto_init
|
||||||
krb5_crypto_overhead
|
krb5_crypto_overhead
|
||||||
krb5_crypto_prf
|
krb5_crypto_prf
|
||||||
|
krb5_crypto_prfplus
|
||||||
krb5_crypto_prf_length
|
krb5_crypto_prf_length
|
||||||
krb5_crypto_length
|
krb5_crypto_length
|
||||||
krb5_crypto_length_iov
|
krb5_crypto_length_iov
|
||||||
|
@@ -183,6 +183,7 @@ HEIMDAL_KRB5_2.0 {
|
|||||||
krb5_crypto_init;
|
krb5_crypto_init;
|
||||||
krb5_crypto_overhead;
|
krb5_crypto_overhead;
|
||||||
krb5_crypto_prf;
|
krb5_crypto_prf;
|
||||||
|
krb5_crypto_prfplus;
|
||||||
krb5_crypto_prf_length;
|
krb5_crypto_prf_length;
|
||||||
krb5_crypto_length;
|
krb5_crypto_length;
|
||||||
krb5_crypto_length_iov;
|
krb5_crypto_length_iov;
|
||||||
|
Reference in New Issue
Block a user