freebsd-dev/crypto/openssh/version.h

13 lines
362 B
C
Raw Normal View History

2002-03-18 10:09:43 +00:00
/* $OpenBSD: version.h,v 1.28 2002/03/06 00:25:55 markus Exp $ */
/* $FreeBSD$ */
2002-03-18 10:09:43 +00:00
#ifndef SSH_VERSION
2002-03-18 10:09:43 +00:00
#define SSH_VERSION (ssh_version_get())
#define SSH_VERSION_BASE "OpenSSH_3.1"
#define SSH_VERSION_ADDENDUM "FreeBSD-20020402"
const char *ssh_version_get(void);
void ssh_version_set_addendum(const char *add);
#endif /* SSH_VERSION */