File 0468-ssh-Fix-ssh_bench_SUITE-for-missing-pubkey-algos.patch of Package erlang

From 6b7ec3abf3cd97fe12017c970ea7a86c3af69645 Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Wed, 4 Mar 2020 15:11:45 +0100
Subject: [PATCH 08/12] ssh: Fix ssh_bench_SUITE for missing pubkey algos

---
 lib/ssh/test/ssh_bench_SUITE.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ssh/test/ssh_bench_SUITE.erl b/lib/ssh/test/ssh_bench_SUITE.erl
index 5ff7a71c45..f0ae694eab 100644
--- a/lib/ssh/test/ssh_bench_SUITE.erl
+++ b/lib/ssh/test/ssh_bench_SUITE.erl
@@ -233,7 +233,7 @@ send_wait_acc(C, Ch, Data) ->
 %%%----------------------------------------------------------------
 preferred_algorithms(KexAlg) ->
      [{kex,         [KexAlg]},
-      {public_key,  ['ssh-rsa']},
+      {public_key,  ['rsa-sha2-256']},
       {cipher,      ['aes128-ctr']},
       {mac,         ['hmac-sha1']},
       {compression, [none]}
-- 
2.16.4

openSUSE Build Service is sponsored by