]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2006/07/11 20:27:56
authordtucker <dtucker>
Wed, 12 Jul 2006 12:24:22 +0000 (12:24 +0000)
committerdtucker <dtucker>
Wed, 12 Jul 2006 12:24:22 +0000 (12:24 +0000)
     [authfile.c ssh.c]
     need <errno.h> here also (it's also included in <openssl/err.h>)

ChangeLog
authfile.c
ssh.c

index f4cb5b8d856544fb5a1da212c87181ac62f831f6..3d7af7b1980c041503c1083e8c490b7427e7fb19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,9 @@
      [ssh.c]
      cast asterisk field precision argument to int to remove warning;
      ok markus@
+   - stevesk@cvs.openbsd.org 2006/07/11 20:27:56
+     [authfile.c ssh.c]
+     need <errno.h> here also (it's also included in <openssl/err.h>)
 
 20060711
  - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
index e928b0b0e0405e00ee079081c739b5cfabcbd3aa..cf3d3d9e1213a296944333cb46442d2061bdbadc 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.c,v 1.68 2006/07/09 15:15:10 stevesk Exp $ */
+/* $OpenBSD: authfile.c,v 1.69 2006/07/11 20:27:56 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -45,6 +45,7 @@
 #include <openssl/evp.h>
 #include <openssl/pem.h>
 
+#include <errno.h>
 #include <fcntl.h>
 
 #include "cipher.h"
diff --git a/ssh.c b/ssh.c
index 100c095dc83989e952b30a09191b1fad549a074d..9961baf6e7db5c988f4c19e7ef26e61b5c95b89c 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.284 2006/07/11 20:16:43 stevesk Exp $ */
+/* $OpenBSD: ssh.c,v 1.285 2006/07/11 20:27:56 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -52,6 +52,7 @@
 #include <sys/un.h>
 
 #include <ctype.h>
+#include <errno.h>
 #include <fcntl.h>
 #ifdef HAVE_PATHS_H
 #include <paths.h>
This page took 0.062223 seconds and 5 git commands to generate.