summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-04-02 18:46:17 +0200
committerRichard Levitte <levitte@openssl.org>2016-04-06 16:19:20 +0200
commitb72c9121379a5de0c8be0d4e1a4a6b9495042621 (patch)
tree5dfb1b8175489c5fef1d8111a45633ef7e85b997 /crypto/rsa/build.info
parentb879882a4b260067bc963807cb6b15b3c75902e8 (diff)
Make the RSA_METHOD structure opaque
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>
Diffstat (limited to 'crypto/rsa/build.info')
-rw-r--r--crypto/rsa/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/build.info b/crypto/rsa/build.info
index 012c9d098a..39b7464b0e 100644
--- a/crypto/rsa/build.info
+++ b/crypto/rsa/build.info
@@ -3,4 +3,4 @@ SOURCE[../../libcrypto]=\
rsa_ossl.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \
rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c rsa_chk.c rsa_null.c \
rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c \
- rsa_pmeth.c rsa_crpt.c rsa_x931g.c
+ rsa_pmeth.c rsa_crpt.c rsa_x931g.c rsa_meth.c