rfc3961: Add a kernel rfc3961 implementation
[openafs.git] / src / crypto / rfc3961 / context.c
1 /* Functions for handling the Kerberos context. For now, these are no-ops */
2
3 #include <krb5_locl.h>
4
5 int
6 krb5_init_context(krb5_context *ctx) {
7     return;
8 }