HEIMDAL_SMALLER includes no v4 compat functions.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23274 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-06-23 03:25:08 +00:00
parent 854ef9a202
commit e9639f8fbc

View File

@@ -190,6 +190,8 @@ krb5_free_error_message(krb5_context context, const char *msg)
free(rk_UNCONST(msg));
}
#ifndef HEIMDAL_SMALLER
/**
* Free the error message returned by krb5_get_error_string(),
* deprecated, use krb5_free_error_message().
@@ -226,3 +228,4 @@ krb5_vset_error_string(krb5_context context, const char *fmt, va_list args)
return 0;
}
#endif /* !HEIMDAL_SMALLER */