diff options
author | Damien Miller <djm@mindrot.org> | 2006-04-23 12:08:19 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-04-23 12:08:19 +1000 |
commit | 58629fad824ebe0a10974930778beff455f41aea (patch) | |
tree | 1be77f6682e88e98afc176e82777dd1d3ce6bc3b /ChangeLog | |
parent | b5ea7e7c037be2702fa1664b762aff2e019dcb0e (diff) |
- dtucker@cvs.openbsd.org 2006/04/18 10:44:28
[bufaux.c bufbn.c]
Move Buffer bignum functions into their own file, bufbn.c. This means
that sftp and sftp-server (which use the Buffer functions in bufaux.c
but not the bignum ones) no longer need to be linked with libcrypto.
ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -41,6 +41,12 @@ | |||
41 | [atomicio.c] | 41 | [atomicio.c] |
42 | reorder sanity test so that it cannot dereference past the end of the | 42 | reorder sanity test so that it cannot dereference past the end of the |
43 | iov array; well spotted canacar@! | 43 | iov array; well spotted canacar@! |
44 | - dtucker@cvs.openbsd.org 2006/04/18 10:44:28 | ||
45 | [bufaux.c bufbn.c] | ||
46 | Move Buffer bignum functions into their own file, bufbn.c. This means | ||
47 | that sftp and sftp-server (which use the Buffer functions in bufaux.c | ||
48 | but not the bignum ones) no longer need to be linked with libcrypto. | ||
49 | ok markus@ | ||
44 | 50 | ||
45 | 20060421 | 51 | 20060421 |
46 | - (djm) [Makefile.in configure.ac session.c sshpty.c] | 52 | - (djm) [Makefile.in configure.ac session.c sshpty.c] |
@@ -4552,4 +4558,4 @@ | |||
4552 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4558 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4553 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4559 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4554 | 4560 | ||
4555 | $Id: ChangeLog,v 1.4310 2006/04/23 02:06:49 djm Exp $ | 4561 | $Id: ChangeLog,v 1.4311 2006/04/23 02:08:19 djm Exp $ |