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)
downloadopenssh-git-48bae3a38cb578713e676708164f6e7151cc64fa.tar.gz
- 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 22310120..03bc3958 100644
--- a/authfile.h
+++ b/authfile.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.h,v 1.18 2014/06/24 01:13:21 djm Exp $ */
+/* $OpenBSD: authfile.h,v 1.19 2014/07/03 23:18:35 djm Exp $ */
/*
* Copyright (c) 2000, 2013 Markus Friedl. All rights reserved.
@@ -27,10 +27,6 @@
#ifndef AUTHFILE_H
#define AUTHFILE_H
-#ifdef WITH_LEAKMALLOC
-#include "leakmalloc.h"
-#endif
-
struct sshbuf;
struct sshkey;