Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72623
b: refs/heads/master
c: 8ad7c62
h: refs/heads/master
i:
  72621: 4d58f95
  72619: 51c5bd6
  72615: ce39c97
  72607: 7959737
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Oct 26, 2007
1 parent 67e648d commit 4442909
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4caea8aa8b4caeda2af6ef6b7f0d43c516815ee
refs/heads/master: 8ad7c62b752483982a678c78a52a70f498b84cbb
1 change: 0 additions & 1 deletion trunk/include/net/sctp/auth.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ static inline void sctp_auth_key_hold(struct sctp_auth_bytes *key)

void sctp_auth_key_put(struct sctp_auth_bytes *key);
struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp);
void sctp_auth_shkey_free(struct sctp_shared_key *sh_key);
void sctp_auth_destroy_keys(struct list_head *keys);
int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp);
struct sctp_shared_key *sctp_auth_get_shkey(
Expand Down
6 changes: 3 additions & 3 deletions trunk/net/sctp/auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp)
}

/* Free the shared key stucture */
void sctp_auth_shkey_free(struct sctp_shared_key *sh_key)
static void sctp_auth_shkey_free(struct sctp_shared_key *sh_key)
{
BUG_ON(!list_empty(&sh_key->key_list));
sctp_auth_key_put(sh_key->key);
Expand Down Expand Up @@ -220,7 +220,7 @@ static struct sctp_auth_bytes *sctp_auth_make_key_vector(


/* Make a key vector based on our local parameters */
struct sctp_auth_bytes *sctp_auth_make_local_vector(
static struct sctp_auth_bytes *sctp_auth_make_local_vector(
const struct sctp_association *asoc,
gfp_t gfp)
{
Expand All @@ -232,7 +232,7 @@ struct sctp_auth_bytes *sctp_auth_make_local_vector(
}

/* Make a key vector based on peer's parameters */
struct sctp_auth_bytes *sctp_auth_make_peer_vector(
static struct sctp_auth_bytes *sctp_auth_make_peer_vector(
const struct sctp_association *asoc,
gfp_t gfp)
{
Expand Down

0 comments on commit 4442909

Please sign in to comment.