]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/12/27 18:26:13
authordjm <djm>
Tue, 22 Jan 2002 12:10:04 +0000 (12:10 +0000)
committerdjm <djm>
Tue, 22 Jan 2002 12:10:04 +0000 (12:10 +0000)
     [authfile.c]
     missing include

ChangeLog
authfile.c

index 5c31b05813f059c3378acb9c032c000c30d4bda2..35ea8def85de1e5626388c2aaa9732fbb234d7e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,9 @@
    - stevesk@cvs.openbsd.org 2001/12/27 18:22:53
      [sshd.8]
      clarify -p; ok markus@
+   - markus@cvs.openbsd.org 2001/12/27 18:26:13
+     [authfile.c]
+     missing include
 
 20020121
  - (djm) Rework ssh-rand-helper:
index cd600362a50da704f373fd1fca007e36b95cecc4..7026e24c4263b7e0e39411d21a95ef9275c92186 100644 (file)
@@ -36,7 +36,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: authfile.c,v 1.43 2001/12/27 18:22:16 markus Exp $");
+RCSID("$OpenBSD: authfile.c,v 1.44 2001/12/27 18:26:13 markus Exp $");
 
 #include <openssl/err.h>
 #include <openssl/evp.h>
@@ -50,6 +50,7 @@ RCSID("$OpenBSD: authfile.c,v 1.43 2001/12/27 18:22:16 markus Exp $");
 #include "ssh.h"
 #include "log.h"
 #include "authfile.h"
+#include "rsa.h"
 
 /* Version identification string for SSH v1 identity files. */
 static const char authfile_id_string[] =
This page took 0.221739 seconds and 5 git commands to generate.