diff options
author | des <des@FreeBSD.org> | 2002-07-02 13:07:37 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-07-02 13:07:37 +0000 |
commit | e9db3343e81485248b8751b673bf3bbfcc055967 (patch) | |
tree | 84183e1b86466b3e82c56057be062bca1e5a26c6 | |
parent | 7523600be41ba8a6190dedcf997e551a4cfadaf1 (diff) | |
download | FreeBSD-src-e9db3343e81485248b8751b673bf3bbfcc055967.zip FreeBSD-src-e9db3343e81485248b8751b673bf3bbfcc055967.tar.gz |
Version bump for mm_answer_pam_respond() fix.
-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 e9f3524..138ebf2 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.4p1" -#define SSH_VERSION_ADDENDUM "FreeBSD-20020629" +#define SSH_VERSION_ADDENDUM "FreeBSD-20020702" const char *ssh_version_get(void); void ssh_version_set_addendum(const char *add); |