summaryrefslogtreecommitdiff
path: root/opacket.h
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2017-05-31 08:09:45 +0000
committerDamien Miller <djm@mindrot.org>2017-06-01 14:54:46 +1000
commit1e0cdf8efb745d0d1116e1aa22bdc99ee731695e (patch)
tree49ffdf3ef98eecd4141610e535f35bab5eea4603 /opacket.h
parent92e9fe633130376a95dd533df6e5e6a578c1e6b8 (diff)
upstream commit
clear session keys from memory; ok djm@ Upstream-ID: ecd178819868975affd5fd6637458b7c712b6a0f
Diffstat (limited to 'opacket.h')
-rw-r--r--opacket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/opacket.h b/opacket.h
index 46d31f805..c49d0c04a 100644
--- a/opacket.h
+++ b/opacket.h
@@ -149,5 +149,7 @@ void packet_disconnect(const char *, ...)
149 ssh_packet_set_mux(active_state) 149 ssh_packet_set_mux(active_state)
150#define packet_get_mux() \ 150#define packet_get_mux() \
151 ssh_packet_get_mux(active_state) 151 ssh_packet_get_mux(active_state)
152#define packet_clear_keys() \
153 ssh_packet_clear_keys(active_state)
152 154
153#endif /* _OPACKET_H */ 155#endif /* _OPACKET_H */