Mark local functions static

These functions are not used outside the file in which they are defined.

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2011-11-18 21:53:36 +02:00
parent 373f6c7211
commit 19df9b0761
10 changed files with 17 additions and 17 deletions

View file

@ -32,7 +32,7 @@ struct pkcs5_params {
};
enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid)
static enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid)
{
if (oid->len == 7 &&
oid->oid[0] == 1 /* iso */ &&