Make the RSA_METHOD structure opaque
authorRichard Levitte <levitte@openssl.org>
Sat, 2 Apr 2016 16:46:17 +0000 (18:46 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 6 Apr 2016 14:19:20 +0000 (16:19 +0200)
Move rsa_meth_st away from public headers.
Add RSA_METHOD creator/destructor functions.
Add RSA_METHOD accessor/writer functions.
Adapt all other source to use the creator, destructor, accessors and writers.

Reviewed-by: Matt Caswell <matt@openssl.org>

No differences found