diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2023-06-26 22:56:52 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2023-06-26 22:56:52 +0000 |
| commit | b6a943f7197af1a5eb6bb028b9b808ec5016e30c (patch) | |
| tree | cfbb91e940dd89d0e1d46095f43c228d7d079fa0 /lib/krb5/ccache_plugin.h | |
| parent | 6f4e10db3298f6d65e1e646fe52aaafc3682b788 (diff) | |
heimdal: Vendor import f62e2f278vendor/heimdal/7.8.0-2023-06-10-f62e2f278vendor/heimdal
Heimdal 7.8.0 does not support OpenSSL 3.0. 7.9.0 will but it hasn't
been released yet. We are importing f62e2f278 for its OpenSSL 3.0
support.
Diffstat (limited to 'lib/krb5/ccache_plugin.h')
| -rw-r--r-- | lib/krb5/ccache_plugin.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/krb5/ccache_plugin.h b/lib/krb5/ccache_plugin.h index f6871d65d16b..e0fda4c94a84 100644 --- a/lib/krb5/ccache_plugin.h +++ b/lib/krb5/ccache_plugin.h @@ -33,7 +33,14 @@ #define HEIMDAL_KRB5_CCACHE_PLUGIN_H 1 #include <krb5.h> +#include <common_plugin.h> #define KRB5_PLUGIN_CCACHE "ccache_ops" +krb5_error_code KRB5_CALLCONV +ccache_ops_plugin_load(krb5_context context, + krb5_get_instance_func_t *func, + size_t *n_ftables, + heim_plugin_common_ftable_p **ftables); + #endif /* HEIMDAL_KRB5_CCACHE_PLUGIN_H */ |
