diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2019-09-06 03:30:43 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2019-09-06 03:30:43 +0000 |
commit | 96e229bd6e90590667f080001729689edd01b1e6 (patch) | |
tree | 6bfc7e597cf604ba9951eb2911e6e9502ee84c82 /usr.bin/ssh | |
parent | a87d71e6de6184b16a48c5d16e1429c16b60ca92 (diff) |
remove leakmalloc reference; we used this early when refactoring but
not since
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/kex.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/kex.h b/usr.bin/ssh/kex.h index 5eef638634f..d4ef5589bae 100644 --- a/usr.bin/ssh/kex.h +++ b/usr.bin/ssh/kex.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kex.h,v 1.107 2019/01/23 00:30:41 djm Exp $ */ +/* $OpenBSD: kex.h,v 1.108 2019/09/06 03:30:42 djm Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -29,10 +29,6 @@ #include "mac.h" #include "crypto_api.h" -#ifdef WITH_LEAKMALLOC -#include "leakmalloc.h" -#endif - #define KEX_COOKIE_LEN 16 #define KEX_DH1 "diffie-hellman-group1-sha1" |