summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb4fac66d..486ed9c5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,6 +71,11 @@
71 UMAC can use our local fallback implementation of AES when OpenSSL isn't 71 UMAC can use our local fallback implementation of AES when OpenSSL isn't
72 available. Glue code straight from Ted Krovetz's original umac.c. 72 available. Glue code straight from Ted Krovetz's original umac.c.
73 ok markus@ 73 ok markus@
74 - djm@cvs.openbsd.org 2014/05/02 03:27:54
75 [chacha.h cipher-chachapoly.h digest.h hmac.h kex.h kexc25519.c]
76 [misc.h poly1305.h ssh-pkcs11.c defines.h]
77 revert __bounded change; it causes way more problems for portable than
78 it solves; pointed out by dtucker@
74 79
7520140430 8020140430
76 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 81 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already