Add missing export and calling convention annotations

This commit is contained in:
Asanka C. Herath
2010-11-09 15:50:24 -05:00
parent 9f37626a33
commit 0f853405fe
15 changed files with 80 additions and 80 deletions

View File

@@ -2315,7 +2315,7 @@ wrapped_length_dervied (krb5_context context,
* Return the size of an encrypted packet of length `data_len'
*/
size_t
KRB5_LIB_FUNCTION size_t KRB5_LIB_CALL
krb5_get_wrapped_length (krb5_context context,
krb5_crypto crypto,
size_t data_len)
@@ -2361,7 +2361,7 @@ crypto_overhead_dervied (krb5_context context,
return res;
}
size_t
KRB5_LIB_FUNCTION size_t KRB5_LIB_CALL
krb5_crypto_overhead (krb5_context context, krb5_crypto crypto)
{
if (derived_crypto (context, crypto))