[openssh-commits] [openssh] 01/01: Include string.h for explicit_bzero.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 24 16:25:08 AEDT 2017


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit ba460acae48a36ef749cb23068f968f4d5d90a24
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Fri Nov 24 16:24:31 2017 +1100

    Include string.h for explicit_bzero.
---
 openbsd-compat/freezero.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openbsd-compat/freezero.c b/openbsd-compat/freezero.c
index 3af8f4a7..ca5de785 100644
--- a/openbsd-compat/freezero.c
+++ b/openbsd-compat/freezero.c
@@ -16,6 +16,8 @@
 
 #include "includes.h"
 
+#include <string.h>
+
 #ifndef HAVE_FREEZERO
 
 void

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list