diff options
author | Damien Miller <djm@mindrot.org> | 2014-04-20 13:21:22 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-04-20 13:21:22 +1000 |
commit | 4f40209aa4060b9c066a2f0d9332ace7b8dfb391 (patch) | |
tree | 3f023418e3afa0ae151339aecae6d72b978014b8 /ChangeLog | |
parent | 9235a030ad1b16903fb495d81544e0f7c7449523 (diff) |
- djm@cvs.openbsd.org 2014/03/26 04:55:35
[chacha.h cipher-chachapoly.h digest.h hmac.h kex.h kexc25519.c
[misc.h poly1305.h ssh-pkcs11.c]
use __bounded(...) attribute recently added to sys/cdefs.h instead of
longform __attribute__(__bounded(...));
for brevity and a warning free compilation with llvm/clang
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -51,6 +51,13 @@ | |||
51 | - markus@cvs.openbsd.org 2014/03/27 23:01:27 | 51 | - markus@cvs.openbsd.org 2014/03/27 23:01:27 |
52 | [myproposal.h ssh-keyscan.c sshconnect2.c sshd.c] | 52 | [myproposal.h ssh-keyscan.c sshconnect2.c sshd.c] |
53 | disable weak proposals in sshd, but keep them in ssh; ok djm@ | 53 | disable weak proposals in sshd, but keep them in ssh; ok djm@ |
54 | - djm@cvs.openbsd.org 2014/03/26 04:55:35 | ||
55 | [chacha.h cipher-chachapoly.h digest.h hmac.h kex.h kexc25519.c | ||
56 | [misc.h poly1305.h ssh-pkcs11.c] | ||
57 | use __bounded(...) attribute recently added to sys/cdefs.h instead of | ||
58 | longform __attribute__(__bounded(...)); | ||
59 | |||
60 | for brevity and a warning free compilation with llvm/clang | ||
54 | 61 | ||
55 | 20140401 | 62 | 20140401 |
56 | - (djm) On platforms that support it, use prctl() to prevent sftp-server | 63 | - (djm) On platforms that support it, use prctl() to prevent sftp-server |