From 4f7c11c9ea5795ac0dd32540e5045d3fc10f0a89 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 17 Sep 2008 14:28:10 +0000 Subject: trying to avoid some silly compiler warnings git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@390 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- dtls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dtls.c') diff --git a/dtls.c b/dtls.c index 44031f3..0b26bbf 100644 --- a/dtls.c +++ b/dtls.c @@ -148,7 +148,7 @@ SSL *dtlsacccon(uint8_t acc, SSL_CTX *ctx, int s, struct sockaddr *addr, struct mem0bio = BIO_new(BIO_s_mem()); BIO_set_mem_eof_return(mem0bio, -1); wbio = BIO_new_dgram(s, BIO_NOCLOSE); - BIO_dgram_set_peer(wbio, addr); + i = BIO_dgram_set_peer(wbio, addr); /* i just to avoid warning */ SSL_set_bio(ssl, mem0bio, wbio); for (i = 0; i < 5; i++) { -- cgit v1.2.3