]> andersk Git - gssapi-openssh.git/blobdiff - openssh/version.h
shrink gssapi compat code based on simon's compat patch
[gssapi-openssh.git] / openssh / version.h
index bd70b2c58ebf1b0b9f2f6c32aed059ff5a6b40d8..318665902d3e6e44355d4793a4f8458487c20639 100644 (file)
@@ -1,3 +1,23 @@
-/* $OpenBSD: version.h,v 1.32 2002/05/17 14:57:40 markus Exp $ */
+/* $OpenBSD: version.h,v 1.40 2004/02/23 15:16:46 markus Exp $ */
 
-#define SSH_VERSION    "OpenSSH_3.2.3p1"
+#ifdef GSI
+#define GSI_VERSION    " GSI"
+#else
+#define GSI_VERSION    ""
+#endif
+
+#ifdef KRB5
+#define KRB5_VERSION   " KRB5"
+#else
+#define KRB5_VERSION   ""
+#endif
+
+#ifdef MECHGLUE
+#define MGLUE_VERSION  " MECHGLUE"
+#else
+#define MGLUE_VERSION  ""
+#endif
+
+#define SSH_VERSION    "OpenSSH_3.8p1"         \
+                       " NCSA_GSSAPI_20040224" \
+                       GSI_VERSION KRB5_VERSION MGLUE_VERSION
This page took 0.09107 seconds and 4 git commands to generate.