mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
OpenSSL: Comment out openssl_get_keyblock_size() if CONFIG_FIPS=y
This function is not used in CONFIG_FIPS=y builds. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
5bbc1c2581
commit
266cf4a0bc
@ -2679,6 +2679,7 @@ int tls_connection_get_keys(void *ssl_ctx, struct tls_connection *conn,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef CONFIG_FIPS
|
||||||
static int openssl_get_keyblock_size(SSL *ssl)
|
static int openssl_get_keyblock_size(SSL *ssl)
|
||||||
{
|
{
|
||||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||||
@ -2739,6 +2740,7 @@ static int openssl_get_keyblock_size(SSL *ssl)
|
|||||||
EVP_CIPHER_iv_length(c));
|
EVP_CIPHER_iv_length(c));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif /* CONFIG_FIPS */
|
||||||
|
|
||||||
|
|
||||||
static int openssl_tls_prf(void *tls_ctx, struct tls_connection *conn,
|
static int openssl_tls_prf(void *tls_ctx, struct tls_connection *conn,
|
||||||
|
Loading…
Reference in New Issue
Block a user