summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_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/evp/pmeth_lib.c
parentcd7638980a2c2b16bb121bcb2ea8cc3cb03afcc1 (diff)
New utility 'pkeyutl' a general purpose version of 'rsautl'.
Diffstat (limited to 'crypto/evp/pmeth_lib.c')
-rw-r--r--crypto/evp/pmeth_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index 0c0aa9ba53..9ca351a53e 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -68,7 +68,7 @@ STACK *app_pkey_methods = NULL;
extern EVP_PKEY_METHOD rsa_pkey_meth;
-const EVP_PKEY_METHOD *standard_methods[] =
+static const EVP_PKEY_METHOD *standard_methods[] =
{
&rsa_pkey_meth
};