summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-11-12 11:04:28 +1100
committerDamien Miller <djm@mindrot.org>2001-11-12 11:04:28 +1100
commit6fd5b391f0fdb81dcd80cf464774c7bb624f9afa (patch)
tree788e2b62902e4259a9a63a90a4b54daf6f997b9e /auth2.c
parent60d8aafcb1640e5dbfa30b7940a98a484d57cbd7 (diff)
- markus@cvs.openbsd.org 2001/11/07 22:41:51
[auth2.c auth-rh-rsa.c] unused includes
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index c0ed36213..eb04ae75b 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $"); 26RCSID("$OpenBSD: auth2.c,v 1.72 2001/11/07 22:41:51 markus Exp $");
27 27
28#include <openssl/evp.h> 28#include <openssl/evp.h>
29 29
@@ -50,7 +50,6 @@ RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $");
50#include "misc.h" 50#include "misc.h"
51#include "hostfile.h" 51#include "hostfile.h"
52#include "canohost.h" 52#include "canohost.h"
53#include "tildexpand.h"
54#include "match.h" 53#include "match.h"
55 54
56/* import */ 55/* import */