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:
@@ -35,7 +35,7 @@
|
||||
|
||||
#include <pkinit_asn1.h>
|
||||
|
||||
krb5_error_code
|
||||
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
|
||||
_krb5_pk_octetstring2key(krb5_context context,
|
||||
krb5_enctype type,
|
||||
const void *dhdata,
|
||||
@@ -191,7 +191,7 @@ encode_otherinfo(krb5_context context,
|
||||
|
||||
|
||||
|
||||
krb5_error_code
|
||||
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
|
||||
_krb5_pk_kdf(krb5_context context,
|
||||
const struct AlgorithmIdentifier *ai,
|
||||
const void *dhdata,
|
||||
|
Reference in New Issue
Block a user