Various warnings fixups for OpenBSD with gcc-3.3.5.

This commit is contained in:
Michael Brown
2007-12-07 00:11:43 +00:00
parent 64787bad29
commit df868476e7
17 changed files with 37 additions and 37 deletions

View File

@@ -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 ) {