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