aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-03-27 14:55:01 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-03-27 14:55:01 +0000
commit2cb2ba6df8e31d389fd4bbfa73f0e6227dccb056 (patch)
treec548bb63a6a611d450f97880d0ed985cfc7d0121 /sys/crypto
parentac663598dfc3812ab247d9637047885e906ec1be (diff)
downloadsrc-2cb2ba6df8e31d389fd4bbfa73f0e6227dccb056.tar.gz
src-2cb2ba6df8e31d389fd4bbfa73f0e6227dccb056.zip
MFV: libb2: use native calls for secure memory clearance
Drop our local patch and restore full vanilla upstream code in contrib/libb2. No functional change intended. explicit_bzero() should continue to be used. Obtained from: libb2 b4b241a34824b51956a7866606329a065d397525 Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=331620
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/blake2/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/crypto/blake2/config.h b/sys/crypto/blake2/config.h
index 9ceba827f3d1..0471a1fedc20 100644
--- a/sys/crypto/blake2/config.h
+++ b/sys/crypto/blake2/config.h
@@ -17,3 +17,5 @@
#else
#define HAVE_ALIGNED_ACCESS_REQUIRED 1
#endif
+
+#define HAVE_EXPLICIT_BZERO 1