diff options
Diffstat (limited to 'myproposal.h')
-rw-r--r-- | myproposal.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/myproposal.h b/myproposal.h index 0bc1c778c..b9b819c0a 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: myproposal.h,v 1.28 2011/08/02 01:22:11 djm Exp $ */ | 1 | /* $OpenBSD: myproposal.h,v 1.29 2012/06/28 05:07:45 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -78,9 +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-256-96," \ | 81 | "hmac-sha2-512," |
82 | "hmac-sha2-512," \ | ||
83 | "hmac-sha2-512-96," | ||
84 | #else | 82 | #else |
85 | # define SHA2_HMAC_MODES | 83 | # define SHA2_HMAC_MODES |
86 | #endif | 84 | #endif |