libkrb5: Add missing KRB5_LIB_FUNCTION/KRB5_LIB_CALL
KRB5_LIB_FUNCTION and KRB5_LIB_CALL are necessary even on private functions that are exported. Change-Id: Iccd0cfe87ff0a9d851e29890e9cb55b3ae517ce1
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include "krb5_locl.h"
|
||||
|
||||
|
||||
krb5_error_code
|
||||
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
|
||||
_krb5_fast_cf2(krb5_context context,
|
||||
krb5_keyblock *key1,
|
||||
const char *pepper1,
|
||||
@@ -78,7 +78,7 @@ _krb5_fast_cf2(krb5_context context,
|
||||
return ret;
|
||||
}
|
||||
|
||||
krb5_error_code
|
||||
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
|
||||
_krb5_fast_armor_key(krb5_context context,
|
||||
krb5_keyblock *subkey,
|
||||
krb5_keyblock *sessionkey,
|
||||
|
Reference in New Issue
Block a user