Skip to content

Commit 23c5a23

Browse files
committed
test: fix private_keys test
1 parent 6c106b0 commit 23c5a23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/tests/private_keys/run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ trap cleanup EXIT
2727

2828
declare -A key_types
2929
key_types=( \
30-
['2048']='RSA Public-Key: (2048 bit)' \
31-
['3072']='RSA Public-Key: (3072 bit)' \
32-
['4096']='RSA Public-Key: (4096 bit)' \
30+
['2048']='Public-Key: (2048 bit)' \
31+
['3072']='Public-Key: (3072 bit)' \
32+
['4096']='Public-Key: (4096 bit)' \
3333
['ec-256']='prime256v1' \
3434
['ec-384']='secp384r1' \
3535
)

0 commit comments

Comments
 (0)