diff options
author | Colin Watson <cjwatson@debian.org> | 2005-09-14 16:22:42 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-09-14 16:22:42 +0000 |
commit | 7c2c8d81c26843e274731831f647a74659c8eb3f (patch) | |
tree | aee672de692e73ebc534ffd8342767766e6ea2d8 /gss-serv-krb5.c | |
parent | aba8bed94d06be683fb5b20d4075cbe12703ec88 (diff) |
- Fix HAVE_GSSAPI_KRB5_H/HAVE_GSSAPI_GSSAPI_KRB5_H typos in
gss-serv-krb5.c.
Diffstat (limited to 'gss-serv-krb5.c')
-rw-r--r-- | gss-serv-krb5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gss-serv-krb5.c b/gss-serv-krb5.c index 4f02621dd..5033ffb25 100644 --- a/gss-serv-krb5.c +++ b/gss-serv-krb5.c | |||
@@ -41,9 +41,9 @@ extern ServerOptions options; | |||
41 | #ifdef HEIMDAL | 41 | #ifdef HEIMDAL |
42 | # include <krb5.h> | 42 | # include <krb5.h> |
43 | #else | 43 | #else |
44 | # ifdef HAVE_GSSAPI_KRB5 | 44 | # ifdef HAVE_GSSAPI_KRB5_H |
45 | # include <gssapi_krb5.h> | 45 | # include <gssapi_krb5.h> |
46 | # elif HAVE_GSSAPI_GSSAPI_KRB5 | 46 | # elif HAVE_GSSAPI_GSSAPI_KRB5_H |
47 | # include <gssapi/gssapi_krb5.h> | 47 | # include <gssapi/gssapi_krb5.h> |
48 | # endif | 48 | # endif |
49 | #endif | 49 | #endif |