mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
Various warnings fixups for OpenBSD with gcc-3.3.5.
This commit is contained in:
@@ -452,7 +452,7 @@ static int tls_select_cipher ( struct tls_session *tls,
|
||||
struct crypto_algorithm *pubkey = &crypto_null;
|
||||
struct crypto_algorithm *cipher = &crypto_null;
|
||||
struct crypto_algorithm *digest = &crypto_null;
|
||||
size_t key_len = 0;
|
||||
unsigned int key_len = 0;
|
||||
int rc;
|
||||
|
||||
switch ( cipher_suite ) {
|
||||
|
||||
Reference in New Issue
Block a user