]> andersk Git - openssh.git/blobdiff - defines.h
- (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
[openssh.git] / defines.h
index f1f639e7dbacfcbfc88a60e43a7c28bb9ed8f82d..fefb28263427d8fa5bca3ff2596213d1fe729f8d 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -521,6 +521,10 @@ struct winsize {
 #  define __func__ ""
 #endif
 
+#if defined(KRB5) && !defined(HEIMDAL)
+#  define krb5_get_err_text(context,code) error_message(code)
+#endif
+
 /*
  * Define this to use pipes instead of socketpairs for communicating with the
  * client program.  Socketpairs do not seem to work on all systems.
This page took 0.030396 seconds and 4 git commands to generate.