summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/pcy_map.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-03-25 02:24:38 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-03-25 02:24:38 +0000
commit2bd4e3379f8d9bf517f72c95c488f5b9f3b3a0d3 (patch)
tree2fe203cfaba0c21a96f81409cdd2af13cfad6654 /crypto/x509v3/pcy_map.c
parent032c3ecb18ca3ac4823424aaf072f2deb28a987c (diff)
Remove some warnings.
Diffstat (limited to 'crypto/x509v3/pcy_map.c')
-rw-r--r--crypto/x509v3/pcy_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/pcy_map.c b/crypto/x509v3/pcy_map.c
index fe934e27b8..093e4b6a84 100644
--- a/crypto/x509v3/pcy_map.c
+++ b/crypto/x509v3/pcy_map.c
@@ -75,7 +75,7 @@ static void policy_map_free(X509_POLICY_REF *map)
OPENSSL_free(map);
}
-X509_POLICY_REF *policy_map_find(X509_POLICY_CACHE *cache, ASN1_OBJECT *id)
+static X509_POLICY_REF *policy_map_find(X509_POLICY_CACHE *cache, ASN1_OBJECT *id)
{
X509_POLICY_REF tmp;
int idx;