krb5/krbhst.c: Constify plugin stuff.

This commit is contained in:
Taylor R Campbell
2023-05-28 21:10:45 +00:00
committed by Nico Williams
parent 084d638906
commit 2e3dada6fd

View File

@@ -700,9 +700,9 @@ plcallback(krb5_context context,
return KRB5_PLUGIN_NO_HANDLE;
}
static const char *locate_plugin_deps[] = { "krb5", NULL };
static const char *const locate_plugin_deps[] = { "krb5", NULL };
static struct heim_plugin_data
static const struct heim_plugin_data
locate_plugin_data = {
"krb5",
KRB5_PLUGIN_LOCATE,