- (djm) [misc.c] Missing newline between functions

This commit is contained in:
Damien Miller 2014-08-30 03:29:19 +10:00
parent 51c77e2922
commit 4687802dda
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
20140830
- (djm) [openbsd-compat/openssl-compat.h] add
OPENSSL_[RD]SA_MAX_MODULUS_BITS defines for OpenSSL that lacks them
- (djm) [misc.c] Missing newline between functions
20140827
- (djm) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c]

1
misc.c
View File

@ -1103,6 +1103,7 @@ unix_listener(const char *path, int backlog, int unlink_first)
}
return sock;
}
void
sock_set_v6only(int s)
{