mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
openssl: Mark openssl_digest_vector() static
This commit is contained in:
parent
e81634cd18
commit
d8130bdf13
@ -34,8 +34,9 @@
|
||||
#endif /* openssl < 0.9.7 */
|
||||
|
||||
|
||||
int openssl_digest_vector(const EVP_MD *type, int non_fips, size_t num_elem,
|
||||
const u8 *addr[], const size_t *len, u8 *mac)
|
||||
static int openssl_digest_vector(const EVP_MD *type, int non_fips,
|
||||
size_t num_elem, const u8 *addr[],
|
||||
const size_t *len, u8 *mac)
|
||||
{
|
||||
EVP_MD_CTX ctx;
|
||||
size_t i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user