aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/vsn.mk
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2015-06-01 12:06:33 +0200
committerErlang/OTP <[email protected]>2015-06-01 12:06:33 +0200
commit1de75380804938117b198bed4cfa42ce85b8143b (patch)
treed2a1ae638bee640d2da48116ac22b70fb70448a5 /lib/ssh/vsn.mk
parent27e0d318073323dc39f234607e02a56a54b2f80f (diff)
parent3f600aa0048b6515616774f0a289a88cb66affbe (diff)
downloadotp-1de75380804938117b198bed4cfa42ce85b8143b.tar.gz
otp-1de75380804938117b198bed4cfa42ce85b8143b.tar.bz2
otp-1de75380804938117b198bed4cfa42ce85b8143b.zip
Merge branch 'hans/ssh/codenomicon_degradation/OTP-12784' into maint-17
* hans/ssh/codenomicon_degradation/OTP-12784: ssh: update ssh version ssh: Plain text message returned for invalid version exchange ssh: Implement keyboard_interactive on server side ssh: Check e and f parameters in kexdh ssh: Set max num algoritms in msg_kexinit negotiation
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r--lib/ssh/vsn.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk
index 40bda0c19f..9d486f8890 100644
--- a/lib/ssh/vsn.mk
+++ b/lib/ssh/vsn.mk
@@ -1,4 +1,4 @@
#-*-makefile-*- ; force emacs to enter makefile-mode
-SSH_VSN = 3.2.3
+SSH_VSN = 3.2.4
APP_VSN = "ssh-$(SSH_VSN)"