diff options
author | Damien Miller <djm@mindrot.org> | 2014-04-20 13:27:53 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-04-20 13:27:53 +1000 |
commit | 84c1e7bca8c4ceaccf4d5557e39a833585a3c77e (patch) | |
tree | e183982667496128bfc1f7de617172e7fe8de976 /ChangeLog | |
parent | 0e6b67423b8662f9ca4c92750309e144fd637ef1 (diff) |
- tedu@cvs.openbsd.org 2014/04/19 14:53:48
[ssh-keysign.c sshd.c]
Delete futile calls to RAND_seed. ok djm
NB. Id sync only. This only applies to OpenBSD's libcrypto slashathon
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -111,6 +111,10 @@ | |||
111 | - djm@cvs.openbsd.org 2014/04/19 05:54:59 | 111 | - djm@cvs.openbsd.org 2014/04/19 05:54:59 |
112 | [compat.c] | 112 | [compat.c] |
113 | missing wildcard; pointed out by naddy@ | 113 | missing wildcard; pointed out by naddy@ |
114 | - tedu@cvs.openbsd.org 2014/04/19 14:53:48 | ||
115 | [ssh-keysign.c sshd.c] | ||
116 | Delete futile calls to RAND_seed. ok djm | ||
117 | NB. Id sync only. This only applies to OpenBSD's libcrypto slashathon | ||
114 | 118 | ||
115 | 20140401 | 119 | 20140401 |
116 | - (djm) On platforms that support it, use prctl() to prevent sftp-server | 120 | - (djm) On platforms that support it, use prctl() to prevent sftp-server |