mirror of
https://github.com/clearml/dropbear
synced 2025-05-06 04:54:33 +00:00
Stomp on some minor warnings
--HG-- extra : convert_revision : 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3
This commit is contained in:
parent
bf045a0564
commit
1dc0652444
@ -181,7 +181,6 @@ void channelio(fd_set *readfds, fd_set *writefds) {
|
|||||||
|
|
||||||
struct Channel *channel;
|
struct Channel *channel;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
int ret;
|
|
||||||
|
|
||||||
/* iterate through all the possible channels */
|
/* iterate through all the possible channels */
|
||||||
for (i = 0; i < ses.chansize; i++) {
|
for (i = 0; i < ses.chansize; i++) {
|
||||||
|
1
rsa.c
1
rsa.c
@ -264,7 +264,6 @@ void buf_put_rsa_sign(buffer* buf, rsa_key *key, const unsigned char* data,
|
|||||||
DEF_MP_INT(rsa_tmp1);
|
DEF_MP_INT(rsa_tmp1);
|
||||||
DEF_MP_INT(rsa_tmp2);
|
DEF_MP_INT(rsa_tmp2);
|
||||||
DEF_MP_INT(rsa_tmp3);
|
DEF_MP_INT(rsa_tmp3);
|
||||||
unsigned char *tmpbuf;
|
|
||||||
|
|
||||||
TRACE(("enter buf_put_rsa_sign"))
|
TRACE(("enter buf_put_rsa_sign"))
|
||||||
dropbear_assert(key != NULL);
|
dropbear_assert(key != NULL);
|
||||||
|
@ -47,7 +47,7 @@ static void tcp_acceptor(struct Listener *listener, int sock) {
|
|||||||
|
|
||||||
int fd;
|
int fd;
|
||||||
struct sockaddr_storage addr;
|
struct sockaddr_storage addr;
|
||||||
int len;
|
socklen_t len;
|
||||||
char ipstring[NI_MAXHOST], portstring[NI_MAXSERV];
|
char ipstring[NI_MAXHOST], portstring[NI_MAXSERV];
|
||||||
struct TCPListener *tcpinfo = (struct TCPListener*)(listener->typedata);
|
struct TCPListener *tcpinfo = (struct TCPListener*)(listener->typedata);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user