TEST: Fix test/recipes/15-test_rsa.t
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Dec 2020 10:30:10 +0000 (11:30 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Dec 2020 13:27:23 +0000 (14:27 +0100)
commit2984445d3a09d0c4a8d66817eff9d48ee69daf51
tree5228a48ceaa95d848acb275e03dfb1919b1e146e
parent542b84881c33f0c9f67aa50b46557abd1ffba801
TEST: Fix test/recipes/15-test_rsa.t

Perl strings should be compared with 'eq', not '=='.
This only generates a perl warning, so wasn't immediately noticed.

Also, remove the check of disabled 'dsa'.  That never made reak sense.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13645)
test/recipes/15-test_rsa.t