summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-13 17:38:58 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-13 17:38:58 +0000
commit7d210e5194c09db841561f9c9d8a33f74131f376 (patch)
tree0812ea1c311751ae1c1ad5473da08b3220831096 /crypto/rsa
parent2e674fc611840fecf8bc9cfd34e0e56619354561 (diff)
Add missing prototypes.
Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de> Reviewed by: PR: 89
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/rsa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h
index 030a6c88e5..98b3bd7cc5 100644
--- a/crypto/rsa/rsa.h
+++ b/crypto/rsa/rsa.h
@@ -276,6 +276,9 @@ 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);
+RSA *RSAPublicKey_dup(RSA *rsa);
+RSA *RSAPrivateKey_dup(RSA *rsa);
+
/* 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.