mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Update the OpenSSH addendum string for the buffer handling fix.
This commit is contained in:
parent
efcfe95173
commit
979af4e167
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#define SSH_VERSION (ssh_version_get())
|
||||
#define SSH_VERSION_BASE "OpenSSH_3.6.1p1"
|
||||
#define SSH_VERSION_ADDENDUM "FreeBSD-20030423"
|
||||
#define SSH_VERSION_ADDENDUM "FreeBSD-20030916"
|
||||
|
||||
const char *ssh_version_get(void);
|
||||
void ssh_version_set_addendum(const char *add);
|
||||
|
|
|
|||
Loading…
Reference in a new issue