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:
parent
373f6c7211
commit
19df9b0761
10 changed files with 17 additions and 17 deletions
|
@ -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 */ &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue