diff options
author | 2014-07-03 23:18:35 +0000 | |
---|---|---|
committer | 2014-07-03 23:18:35 +0000 | |
commit | beca278c766a4826516b508d1dc0fb0f068b305d (patch) | |
tree | e4a54e348b07ea01624323fc7676407187a0e666 | |
parent | Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is (diff) | |
download | wireguard-openbsd-beca278c766a4826516b508d1dc0fb0f068b305d.tar.xz wireguard-openbsd-beca278c766a4826516b508d1dc0fb0f068b305d.zip |
remove leakmalloc droppings
-rw-r--r-- | usr.bin/ssh/authfile.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/authfile.h b/usr.bin/ssh/authfile.h index 22310120272..03bc3958c74 100644 --- a/usr.bin/ssh/authfile.h +++ b/usr.bin/ssh/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; |