Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / openssh / version.h
1 /* $OpenBSD: version.h,v 1.35 2002/10/01 13:24:50 markus Exp $ */
2 /* $FreeBSD: src/crypto/openssh/version.h,v 1.1.1.1.2.10 2003/02/03 17:31:08 des Exp $ */
3
4 #ifndef SSH_VERSION
5
6 #define SSH_VERSION             (ssh_version_get())
7 #define SSH_VERSION_BASE        "OpenSSH_3.5p1"
8 #define SSH_VERSION_ADDENDUM    "FreeBSD-20030201"
9
10 const char *ssh_version_get(void);
11 void ssh_version_set_addendum(const char *add);
12 #endif /* SSH_VERSION */
13