diff options
author | des <des@FreeBSD.org> | 2003-02-03 11:11:36 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-02-03 11:11:36 +0000 |
commit | 8da928f615212a82a3ac9f2c0a699e3e121c5ebd (patch) | |
tree | 6fa3ac71bcc21964849d25e91fc071a44f33bdfe /crypto | |
parent | ca8622af3cd996c8480ab4187ffaee64b0828724 (diff) | |
download | FreeBSD-src-8da928f615212a82a3ac9f2c0a699e3e121c5ebd.zip FreeBSD-src-8da928f615212a82a3ac9f2c0a699e3e121c5ebd.tar.gz |
Bump patch date to 2003-02-01 (the day after I fixed PAM authentication
for ssh1)
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index 2136a00..81a1c45 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -5,7 +5,7 @@ #define SSH_VERSION (ssh_version_get()) #define SSH_VERSION_BASE "OpenSSH_3.5p1" -#define SSH_VERSION_ADDENDUM "FreeBSD-20021029" +#define SSH_VERSION_ADDENDUM "FreeBSD-20030201" const char *ssh_version_get(void); void ssh_version_set_addendum(const char *add); |