Merge from vendor branch NTPD:
[dragonfly.git] / secure / lib / libssh / version.h
1 /* $OpenBSD: version.h,v 1.41 2004/03/20 10:40:59 markus Exp $ */
2 /* $DragonFly: src/secure/lib/libssh/version.h,v 1.2 2004/08/30 21:59:58 geekgod Exp $ */
3
4 #ifndef SSH_VERSION
5
6 #define SSH_VERSION             (ssh_version_get())
7 #define SSH_VERSION_BASE        "OpenSSH_3.9p1"
8 #define SSH_VERSION_ADDENDUM    "DragonFly-20040822"
9
10 const char *ssh_version_get(void);
11 void ssh_version_set_addendum(const char *add);
12 #endif /* SSH_VERSION */