summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 14:37:03 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 14:37:03 +1000
commit686c7d9ee6f44b2be4128d7860b6b37adaeba733 (patch)
tree7f6a31d5d100a462e51a122189d3fc1ab2117d12 /ChangeLog
parent294c58a007cfb2f3bddc4fc3217e255857ffb9bf (diff)
- djm@cvs.openbsd.org 2014/05/02 03:27:54
[chacha.h cipher-chachapoly.h digest.h hmac.h kex.h kexc25519.c] [misc.h poly1305.h ssh-pkcs11.c defines.h] revert __bounded change; it causes way more problems for portable than it solves; pointed out by dtucker@
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