Fix a typo in a comment
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
f636bc3abc
commit
df49c53f4a
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ int rc4_skip(const u8 *key, size_t keylen, size_t skip,
|
||||||
u8 *data, size_t data_len);
|
u8 *data, size_t data_len);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* crypto_get_random - Generate cryptographically strong pseudy-random bytes
|
* crypto_get_random - Generate cryptographically strong pseudo-random bytes
|
||||||
* @buf: Buffer for data
|
* @buf: Buffer for data
|
||||||
* @len: Number of bytes to generate
|
* @len: Number of bytes to generate
|
||||||
* Returns: 0 on success, -1 on failure
|
* Returns: 0 on success, -1 on failure
|
||||||
|
|
Loading…
Reference in a new issue