From f22dbac9912f6fca7ed0bfdd6addd3221345ba4d Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 5 Feb 2010 07:27:02 -0800 Subject: [PATCH] remove KRB5_LIB_CALL since that only exists in master --- lib/krb5/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/crypto.c b/lib/krb5/crypto.c index b8841ff57..91032f46d 100644 --- a/lib/krb5/crypto.c +++ b/lib/krb5/crypto.c @@ -4409,7 +4409,7 @@ krb5_enctype_enable(krb5_context context, * @ingroup krb5_crypto */ -KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL +krb5_error_code KRB5_LIB_FUNCTION krb5_allow_weak_crypto(krb5_context context, krb5_boolean enable) { -- 2.11.4.GIT