X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=providers%2Fdefltprov.c;h=d513dbe3a0a1394778f7f063e3953d09ae713b02;hb=e1182bdb8a735b96dd99d8eefd01e4edf6241a82;hp=5bebf6665d2b1b793928af2f04643fea42b514b1;hpb=3f7ce7f1029c01c2c4d00e14ffc9630d26f485a4;p=oweals%2Fopenssl.git diff --git a/providers/defltprov.c b/providers/defltprov.c index 5bebf6665d..d513dbe3a0 100644 --- a/providers/defltprov.c +++ b/providers/defltprov.c @@ -384,7 +384,7 @@ static const OSSL_ALGORITHM deflt_signature[] = { #ifndef OPENSSL_NO_DSA { "DSA:dsaEncryption", "provider=default", dsa_signature_functions }, #endif - { "RSA:rsaEncryption", "default=yes", rsa_signature_functions }, + { "RSA:rsaEncryption", "provider=default", rsa_signature_functions }, { NULL, NULL, NULL } };