X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frsa%2Frsa_lib.c;h=48e9100a97c11cc8ab3b8a7e1b41d7132f14c659;hp=14750d177e59779e06d745cbb341dcb8c5e6dc22;hb=e0685d2473a88056e848900abaec3e19b8a447d3;hpb=6f4a6a5cd472d56937a8e9d6665e7c9cc6b1b2e2 diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index 14750d177e..48e9100a97 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -304,7 +304,7 @@ void RSA_set_flags(RSA *r, int flags) r->flags |= flags; } -ENGINE *RSA_get0_engine(RSA *r) +ENGINE *RSA_get0_engine(const RSA *r) { return r->engine; }