New utility 'pkeyutl' a general purpose version of 'rsautl'.

This commit is contained in:
Dr. Stephen Henson
2006-04-07 19:33:28 +00:00
parent cd7638980a
commit 9e4d0f0be2
9 changed files with 448 additions and 28 deletions

View File

@@ -68,7 +68,7 @@ extern const EVP_PKEY_ASN1_METHOD dh_asn1_meth;
extern const EVP_PKEY_ASN1_METHOD eckey_asn1_meth;
/* Keep this sorted in type order !! */
const EVP_PKEY_ASN1_METHOD *standard_methods[] =
static const EVP_PKEY_ASN1_METHOD *standard_methods[] =
{
#ifndef OPENSSL_NO_RSA
&rsa_asn1_meths[0],