summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-30 03:29:19 +1000
committerDamien Miller <djm@mindrot.org>2014-08-30 03:29:19 +1000
commit4687802dda57365b984b897fc3c8e2867ea09b22 (patch)
tree3f0e371980de37696c1a5ac9554910eb4f417388
parent51c77e29220dee87c53be2dc47092934acab26fe (diff)
downloadopenssh-git-4687802dda57365b984b897fc3c8e2867ea09b22.tar.gz
- (djm) [misc.c] Missing newline between functions
-rw-r--r--ChangeLog1
-rw-r--r--misc.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed5c3322..d59acab0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
diff --git a/misc.c b/misc.c
index 739916ba..94b05b08 100644
--- a/misc.c
+++ b/misc.c
@@ -1103,6 +1103,7 @@ unix_listener(const char *path, int backlog, int unlink_first)
}
return sock;
}
+
void
sock_set_v6only(int s)
{