diff options
Diffstat (limited to 'crypto/openssh/version.h')
| -rw-r--r-- | crypto/openssh/version.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h deleted file mode 100644 index a55bcc8e7ba9..000000000000 --- a/crypto/openssh/version.h +++ /dev/null @@ -1,12 +0,0 @@ -/* $FreeBSD$ */ -/* $OpenBSD: version.h,v 1.23 2001/04/24 16:43:16 markus Exp $ */ - -#ifndef SSH_VERSION - -#define SSH_VERSION (ssh_version_get()) -#define SSH_VERSION_BASE "OpenSSH_2.9" -#define SSH_VERSION_ADDENDUM "FreeBSD localisations 20011202" - -const char *ssh_version_get(void); -void ssh_version_set_addendum(const char *add); -#endif /* SSH_VERSION */ |
