From 3886f95d423629080decd010662f4c26edea7397 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 30 Jun 2012 19:47:01 +1000 Subject: - (dtucker) [myproposal.h] Remove trailing backslash to fix compile error --- ChangeLog | 1 + myproposal.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d40227e27..37f9f4866 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,7 @@ Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed from draft6 of the spec and will not be in the RFC when published. Patch from mdb at juniper net via bz#2023, ok markus. + - (dtucker) [myproposal.h] Remove trailing backslash to fix compile error. 20120628 - (dtucker) [openbsd-compat/getrrsetbyname-ldns.c] bz #2022: prevent null diff --git a/myproposal.h b/myproposal.h index 2e6a0dcac..b9b819c0a 100644 --- a/myproposal.h +++ b/myproposal.h @@ -78,7 +78,7 @@ #ifdef HAVE_EVP_SHA256 #define SHA2_HMAC_MODES \ "hmac-sha2-256," \ - "hmac-sha2-512," \ + "hmac-sha2-512," #else # define SHA2_HMAC_MODES #endif -- cgit v1.2.3