mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [myproposal.h] Remove trailing backslash to fix compile error
This commit is contained in:
parent
a08c20763a
commit
3886f95d42
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue