summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-08-03 18:48:35 +0000
committerBen Laurie <ben@openssl.org>2001-08-03 18:48:35 +0000
commitbb2297a41d1873e38daf9428be5cb5181b5751a2 (patch)
treecde31fd413783a837d48959c7fa65ac0cc01df1f /crypto/rsa
parent75e98d0563ccb7710b099678043d28cfc35cbb57 (diff)
Header bloat reduction for EVP_PKEY.
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/Makefile.ssl1
-rw-r--r--crypto/rsa/rsa.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/rsa/Makefile.ssl b/crypto/rsa/Makefile.ssl
index f8d8a5cfbc..465f53d45c 100644
--- a/crypto/rsa/Makefile.ssl
+++ b/crypto/rsa/Makefile.ssl
@@ -165,7 +165,6 @@ rsa_null.o: ../cryptlib.h rsa_null.c
rsa_oaep.o: ../../e_os.h ../../include/openssl/asn1.h
rsa_oaep.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
rsa_oaep.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
-rsa_oaep.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
rsa_oaep.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
rsa_oaep.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
rsa_oaep.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h
index 0966b0dbf7..488f6798fc 100644
--- a/crypto/rsa/rsa.h
+++ b/crypto/rsa/rsa.h
@@ -283,7 +283,6 @@ int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
int RSA_set_ex_data(RSA *r,int idx,void *arg);
void *RSA_get_ex_data(const RSA *r, int idx);
-
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.