summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-06-30 19:47:01 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-06-30 19:47:01 +1000
commit3886f95d423629080decd010662f4c26edea7397 (patch)
tree9da1a2334057cc384fe894bcbb2580235ab160bc
parenta08c20763a0b4810cb3c837a434568cdff677cf7 (diff)
- (dtucker) [myproposal.h] Remove trailing backslash to fix compile error
-rw-r--r--ChangeLog1
-rw-r--r--myproposal.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d40227e27..37f9f4866 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,7 @@
43 Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed 43 Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed
44 from draft6 of the spec and will not be in the RFC when published. Patch 44 from draft6 of the spec and will not be in the RFC when published. Patch
45 from mdb at juniper net via bz#2023, ok markus. 45 from mdb at juniper net via bz#2023, ok markus.
46 - (dtucker) [myproposal.h] Remove trailing backslash to fix compile error.
46 47
4720120628 4820120628
48 - (dtucker) [openbsd-compat/getrrsetbyname-ldns.c] bz #2022: prevent null 49 - (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 @@
78#ifdef HAVE_EVP_SHA256 78#ifdef HAVE_EVP_SHA256
79#define SHA2_HMAC_MODES \ 79#define SHA2_HMAC_MODES \
80 "hmac-sha2-256," \ 80 "hmac-sha2-256," \
81 "hmac-sha2-512," \ 81 "hmac-sha2-512,"
82#else 82#else
83# define SHA2_HMAC_MODES 83# define SHA2_HMAC_MODES
84#endif 84#endif