diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-11-07 23:16:08 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-11-07 23:16:08 +1100 |
commit | fbba735aa315532e93a66754b1613c2acf2bde6d (patch) | |
tree | f2077ff5cb311c507b211c6a21393b96a6c6bb2e /version.h | |
parent | 0bc85579a9b5a106826169303dd2ee61c63c161e (diff) |
- markus@cvs.openbsd.org 2006/11/07 10:31:31
[monitor.c version.h]
correctly check for bad signatures in the monitor, otherwise the monitor
and the unpriv process can get out of sync. with dtucker@, ok djm@,
dtucker@
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: version.h,v 1.47 2006/08/30 00:14:37 djm Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.48 2006/11/07 10:31:31 markus Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_4.4" | 3 | #define SSH_VERSION "OpenSSH_4.5" |
4 | 4 | ||
5 | #define SSH_PORTABLE "p1" | 5 | #define SSH_PORTABLE "p1" |
6 | #define SSH_RELEASE SSH_VERSION SSH_PORTABLE | 6 | #define SSH_RELEASE SSH_VERSION SSH_PORTABLE |