diff options
author | Erlang/OTP <[email protected]> | 2010-11-01 13:58:26 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-11-01 13:58:26 +0100 |
commit | b93c12e8e0113862be038565fc04e170cfe3c12a (patch) | |
tree | 9e0e6cb19f759239cb415050616237a7c2ba5c50 /lib/ssh/vsn.mk | |
parent | 7fce62fb8dfcf964111ce8c3254a41ce450ad0b6 (diff) | |
parent | 637dff7790e3f195dff81a7cfb8af468dece8946 (diff) | |
download | otp-b93c12e8e0113862be038565fc04e170cfe3c12a.tar.gz otp-b93c12e8e0113862be038565fc04e170cfe3c12a.tar.bz2 otp-b93c12e8e0113862be038565fc04e170cfe3c12a.zip |
Merge branch 'nick/ssh/replaced-deprecated/OTP-8849' into maint-r14
* nick/ssh/replaced-deprecated/OTP-8849:
The fix regarding OTP-8849 was not included in the previous version as stated.
Move away from using deprecated public_key function pem_to_der.
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 5e92c5ea01..db03168ad9 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 2.0.2 +SSH_VSN = 2.0.3 APP_VSN = "ssh-$(SSH_VSN)" |