Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/krb5/src/include/krb5.h
34878 views
1
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2
/* The MIT Kerberos header file krb5.h used to live here.
3
4
As of the 1.5 release, we're installing multiple Kerberos headers,
5
so they're all moving to a krb5/ subdirectory. This file is
6
present just to keep old software still compiling. Please update
7
your code to use the new path for the header. */
8
#include <krb5/krb5.h>
9
10