From 48bae3a38cb578713e676708164f6e7151cc64fa Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 6 Jul 2014 09:27:06 +1000 Subject: - djm@cvs.openbsd.org 2014/07/03 23:18:35 [authfile.h] remove leakmalloc droppings --- authfile.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'authfile.h') 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; -- cgit v1.2.1