diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | authfile.h | 6 |
2 files changed, 7 insertions, 5 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20140706 | ||
2 | - OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2014/07/03 23:18:35 | ||
4 | [authfile.h] | ||
5 | remove leakmalloc droppings | ||
6 | |||
1 | 20140704 | 7 | 20140704 |
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 | |||
34 | struct sshbuf; | 30 | struct sshbuf; |
35 | struct sshkey; | 31 | struct sshkey; |
36 | 32 | ||