summaryrefslogtreecommitdiff
path: root/authfile.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-06 09:27:06 +1000
committerDamien Miller <djm@mindrot.org>2014-07-06 09:27:06 +1000
commit48bae3a38cb578713e676708164f6e7151cc64fa (patch)
treea1152a5824c51deb36575cb4fbfa6d54d941c0e6 /authfile.h
parent72e6b5c9ed5e72ca3a6ccc3177941b7c487a0826 (diff)
- djm@cvs.openbsd.org 2014/07/03 23:18:35
[authfile.h] remove leakmalloc droppings
Diffstat (limited to 'authfile.h')
-rw-r--r--authfile.h6
1 files changed, 1 insertions, 5 deletions
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