summaryrefslogtreecommitdiff
path: root/myproposal.h
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 /myproposal.h
parenta08c20763a0b4810cb3c837a434568cdff677cf7 (diff)
- (dtucker) [myproposal.h] Remove trailing backslash to fix compile error
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h2
1 files changed, 1 insertions, 1 deletions
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