[openssh-commits] [openssh] 03/03: misc.c needs functions from platform.c now
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Aug 23 20:13:35 AEST 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 07949bfe9133234eddd01715592aa0dde67745f0
Author: Damien Miller <djm at mindrot.org>
Date: Wed Aug 23 20:13:18 2017 +1000
misc.c needs functions from platform.c now
---
Makefile.in | 4 ++--
misc.c | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index ac3907b1..632975b1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -92,13 +92,13 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \
kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o \
kexdhc.o kexgexc.o kexecdhc.o kexc25519c.o \
kexdhs.o kexgexs.o kexecdhs.o kexc25519s.o \
- platform-pledge.o platform-tracing.o
+ platform-pledge.o platform-tracing.o platform.o
SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
sshconnect.o sshconnect2.o mux.o
SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o \
- audit.o audit-bsm.o audit-linux.o platform.o \
+ audit.o audit-bsm.o audit-linux.o \
sshpty.o sshlogin.o servconf.o serverloop.o \
auth.o auth2.o auth-options.o session.o \
auth2-chall.o groupaccess.o \
diff --git a/misc.c b/misc.c
index 73723d19..05950a47 100644
--- a/misc.c
+++ b/misc.c
@@ -70,6 +70,7 @@
#include "sshbuf.h"
#include "ssherr.h"
#include "uidswap.h"
+#include "platform.h"
/* remove newline at end of string */
char *
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list