diff options
author | Hans Nilsson <[email protected]> | 2015-10-15 15:58:25 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-10-15 15:58:25 +0200 |
commit | 28609dd161b7975f86c179a9ab54506c1d04a1fe (patch) | |
tree | fa574a9e9ab7b1d91e9b301c45aa73c12d9f6f38 /lib/ssh/vsn.mk | |
parent | 3c799a7ee5ee26f643c7ffad79c81d6156f3dac6 (diff) | |
download | otp-28609dd161b7975f86c179a9ab54506c1d04a1fe.tar.gz otp-28609dd161b7975f86c179a9ab54506c1d04a1fe.tar.bz2 otp-28609dd161b7975f86c179a9ab54506c1d04a1fe.zip |
ssh: Add a 1024 group to the list of key gex groups
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 997c544c45..5bb18a656a 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.1.1 +SSH_VSN = 4.1.2 APP_VSN = "ssh-$(SSH_VSN)" |