openssl: make RSA struct const
authorLennart Poettering <lennart@poettering.net>
Sat, 10 Apr 2021 12:59:40 +0000 (14:59 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 10 Apr 2021 19:03:06 +0000 (20:03 +0100)
commita8fd92b5a303ddd47af44286525e8e4a0fe6e9ae
tree96c0829a8ee97b9716b4dec9aee27b8a919e6ad9
parent080e5c2fdea83aee0f4f75b4224a16b951dbec69
openssl: make RSA struct const

OpenSSL 3.0 broke API there, but it doesn't hurt to add the "const",
hence add it.

Fixes: #19267
src/shared/openssl-util.c