+2
−2
+1
−1
+45
−0
crypto/rsa/rsa_meth.c
0 → 100644
+257
−0
+1
−1
Loading
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>