summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_ameth.c
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/ec/ec_ameth.c
parent18e377b4ffa6d15572d7283f1eb1743ce5875804 (diff)
Add information and pem strings. Update dependencies.
Diffstat (limited to 'crypto/ec/ec_ameth.c')
-rw-r--r--crypto/ec/ec_ameth.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/ec/ec_ameth.c b/crypto/ec/ec_ameth.c
index e21221868f..da437faf2b 100644
--- a/crypto/ec/ec_ameth.c
+++ b/crypto/ec/ec_ameth.c
@@ -538,8 +538,10 @@ static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent,
EVP_PKEY_ASN1_METHOD eckey_asn1_meth =
{
EVP_PKEY_EC,
+ EVP_PKEY_EC,
0,
- 0,
+ "ec",
+ "OpenSSL EC algorithm",
eckey_pub_decode,
eckey_pub_encode,