summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-03-23 11:54:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-03-23 11:54:51 +0000
commitd82e2718e2a1346b231abda31a102b144ac21090 (patch)
tree7ed221e66f158732f34c4b024cfffd2043d83926 /crypto/asn1/asn1_locl.h
parent18e377b4ffa6d15572d7283f1eb1743ce5875804 (diff)
Add information and pem strings. Update dependencies.
Diffstat (limited to 'crypto/asn1/asn1_locl.h')
-rw-r--r--crypto/asn1/asn1_locl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h
index 1328cdb106..aafb5afdb8 100644
--- a/crypto/asn1/asn1_locl.h
+++ b/crypto/asn1/asn1_locl.h
@@ -80,6 +80,9 @@ struct evp_pkey_asn1_method_st
int pkey_base_id;
unsigned long pkey_flags;
+ char *pem_str;
+ char *info;
+
int (*pub_decode)(EVP_PKEY *pk, X509_PUBKEY *pub);
int (*pub_encode)(X509_PUBKEY *pub, const EVP_PKEY *pk);
int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b);