summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--authfile.h6
2 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a29c2ee0..3a6228a48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120140706
2 - OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2014/07/03 23:18:35
4 [authfile.h]
5 remove leakmalloc droppings
6
120140704 720140704
2 - OpenBSD CVS Sync 8 - OpenBSD CVS Sync
3 - jsing@cvs.openbsd.org 2014/07/03 12:42:16 9 - jsing@cvs.openbsd.org 2014/07/03 12:42:16
diff --git a/authfile.h b/authfile.h
index 223101202..03bc3958c 100644
--- a/authfile.h
+++ b/authfile.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfile.h,v 1.18 2014/06/24 01:13:21 djm Exp $ */ 1/* $OpenBSD: authfile.h,v 1.19 2014/07/03 23:18:35 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2013 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2013 Markus Friedl. All rights reserved.
@@ -27,10 +27,6 @@
27#ifndef AUTHFILE_H 27#ifndef AUTHFILE_H
28#define AUTHFILE_H 28#define AUTHFILE_H
29 29
30#ifdef WITH_LEAKMALLOC
31#include "leakmalloc.h"
32#endif
33
34struct sshbuf; 30struct sshbuf;
35struct sshkey; 31struct sshkey;
36 32