From 4a2b94e18901da9ab15eed359f50f7b6f390f8ab Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 22 May 2017 19:16:55 +0200 Subject: [PATCH] Unmarkdownify the secureCompare changelog entry --- changelog/std-digest-digest-secureCompare.dd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/std-digest-digest-secureCompare.dd b/changelog/std-digest-digest-secureCompare.dd index 03d4026f3..8a86c7f41 100644 --- a/changelog/std-digest-digest-secureCompare.dd +++ b/changelog/std-digest-digest-secureCompare.dd @@ -6,7 +6,7 @@ constant time regardless of the equality of the two ranges in order to protect against timing attacks. For more information on the attack, please refer to the docs on $(REF secureEqual, std, digest, digest). -``` +----- import std.digest.digest : secureEqual, toHexString; import std.digest.hmac : hmac; import std.digest.sha : SHA1; @@ -26,4 +26,4 @@ void main() assert( secureEqual(hex1, hex2)); assert(!secureEqual(hex1, hex3)); } -``` \ No newline at end of file +-----