diff options
author | Damien Miller <djm@mindrot.org> | 2010-03-04 21:52:18 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-03-04 21:52:18 +1100 |
commit | 2befbad9b3c8fc6e4e564c062870229bc722734c (patch) | |
tree | c3aeacfbd492b1e97b7c6664b9bfd23735370317 /ChangeLog | |
parent | fe588e3c8434e6c9017b649dad71ef282a5dac01 (diff) |
- djm@cvs.openbsd.org 2010/03/04 01:44:57
[key.c]
use buffer_get_string_ptr_ret() where we are checking the return
value explicitly instead of the fatal()-causing buffer_get_string_ptr()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ | |||
18 | - djm@cvs.openbsd.org 2010/03/03 22:50:40 | 18 | - djm@cvs.openbsd.org 2010/03/03 22:50:40 |
19 | [PROTOCOL.certkeys] | 19 | [PROTOCOL.certkeys] |
20 | s/similar same/similar/; from imorgan AT nas.nasa.gov | 20 | s/similar same/similar/; from imorgan AT nas.nasa.gov |
21 | - djm@cvs.openbsd.org 2010/03/04 01:44:57 | ||
22 | [key.c] | ||
23 | use buffer_get_string_ptr_ret() where we are checking the return | ||
24 | value explicitly instead of the fatal()-causing buffer_get_string_ptr() | ||
21 | 25 | ||
22 | 20100303 | 26 | 20100303 |
23 | - (djm) [PROTOCOL.certkeys] Add RCS Ident | 27 | - (djm) [PROTOCOL.certkeys] Add RCS Ident |