aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-08-20 18:12:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-08-20 18:12:45 +0000
commit45e2738585bd735e5b50d53e67bc6596eb7d5143 (patch)
treeb4e11b64c14f6a9df1a53e29f505e27f223d83bf /crypto/rsa
parentb173acfc9649401d2852ce0ca6581470d0407b47 (diff)
downloadopenssl-45e2738585bd735e5b50d53e67bc6596eb7d5143.tar.gz
Remove ASN1_METHOD code replace with new ASN1 alternative.
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/rsa_asn1.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/rsa/rsa_asn1.c b/crypto/rsa/rsa_asn1.c
index bbbf26d50e..807f3dd440 100644
--- a/crypto/rsa/rsa_asn1.c
+++ b/crypto/rsa/rsa_asn1.c
@@ -62,17 +62,6 @@
#include <openssl/rsa.h>
#include <openssl/asn1t.h>
-static ASN1_METHOD method={
- (I2D_OF(void)) i2d_RSAPrivateKey,
- (D2I_OF(void)) d2i_RSAPrivateKey,
- (void *(*)(void)) RSA_new,
- (void (*)(void *)) RSA_free};
-
-ASN1_METHOD *RSAPrivateKey_asn1_meth(void)
- {
- return(&method);
- }
-
/* Override the default free and new methods */
static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
{