summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/ameth_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-07 19:33:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-07 19:33:28 +0000
commit9e4d0f0be223fa77a802485e5a7c35d2d9b0f00c (patch)
tree223391e9e69c00c4a3de0738ef1a7ca82876816a /crypto/asn1/ameth_lib.c
parentcd7638980a2c2b16bb121bcb2ea8cc3cb03afcc1 (diff)
New utility 'pkeyutl' a general purpose version of 'rsautl'.
Diffstat (limited to 'crypto/asn1/ameth_lib.c')
-rw-r--r--crypto/asn1/ameth_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/ameth_lib.c b/crypto/asn1/ameth_lib.c
index 60d159477c..14b5aa335b 100644
--- a/crypto/asn1/ameth_lib.c
+++ b/crypto/asn1/ameth_lib.c
@@ -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],