- djm@cvs.openbsd.org 2014/07/03 23:18:35

[authfile.h]
     remove leakmalloc droppings
This commit is contained in:
Damien Miller 2014-07-06 09:27:06 +10:00
parent 72e6b5c9ed
commit 48bae3a38c
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,9 @@
20140706
- OpenBSD CVS Sync
- djm@cvs.openbsd.org 2014/07/03 23:18:35
[authfile.h]
remove leakmalloc droppings
20140704
- OpenBSD CVS Sync
- jsing@cvs.openbsd.org 2014/07/03 12:42:16

View File

@ -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;