commit | b0700d2c8de79252ba605748a075cf2e5d670da1 | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@akamai.com> | Tue Oct 27 15:11:48 2015 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Fri Oct 30 17:21:42 2015 -0400 |
tree | 80d8b70286dfab4ef907cf1ac388f691821b0f2e | |
parent | 87d9cafa332bd006086b56dc645c03fe7cfed654 [diff] [blame] |
Replace "SSLeay" in API with OpenSSL All instances of SSLeay (any combination of case) were replaced with the case-equivalent OpenSSL. Reviewed-by: Richard Levitte <levitte@openssl.org>
diff --git a/crypto/rsa/rsa_eay.c b/crypto/rsa/rsa_eay.c index 837e915..a41964d 100644 --- a/crypto/rsa/rsa_eay.c +++ b/crypto/rsa/rsa_eay.c
@@ -146,7 +146,7 @@ NULL /* rsa_keygen */ }; -const RSA_METHOD *RSA_PKCS1_SSLeay(void) +const RSA_METHOD *RSA_PKCS1_OpenSSL(void) { return (&rsa_pkcs1_eay_meth); }