TEST: Adapt the EVP test
[openssl.git] / test / recipes / 30-test_evp.t
index 87bb501095b78463d7c444f966e61366ea571545..2cb25478d71bd6625c0c6ad354bfad44d98f2d94 100644 (file)
@@ -171,7 +171,7 @@ SKIP: {
     ok(test_errors(key => 'server-dsa-pubkey.pem',
                    out => 'server-dsa-pubkey.err',
                    args => [ '-pubin' ],
-                   expected => 'unsupported algorithm'),
+                   expected => 'unsupported'),
        "expected error loading unsupported dsa public key");
 }