- convert to critical sections
[dragonfly/netmp.git] / secure / lib / libssh / version.h
blob12183cae77d351ecea7fb6037619c60545fc4c56
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 $ */
4 #ifndef SSH_VERSION
6 #define SSH_VERSION (ssh_version_get())
7 #define SSH_VERSION_BASE "OpenSSH_3.9p1"
8 #define SSH_VERSION_ADDENDUM "DragonFly-20040822"
10 const char *ssh_version_get(void);
11 void ssh_version_set_addendum(const char *add);
12 #endif /* SSH_VERSION */