diff options
author | Damien Miller <djm@mindrot.org> | 2006-04-23 04:08:19 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-04-23 04:08:19 +0200 |
commit | 58629fad824ebe0a10974930778beff455f41aea (patch) | |
tree | 1be77f6682e88e98afc176e82777dd1d3ce6bc3b /ChangeLog | |
parent | - djm@cvs.openbsd.org 2006/04/16 07:59:00 (diff) | |
download | openssh-58629fad824ebe0a10974930778beff455f41aea.tar.xz openssh-58629fad824ebe0a10974930778beff455f41aea.zip |
- 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 @@ [atomicio.c] reorder sanity test so that it cannot dereference past the end of the iov array; well spotted canacar@! + - 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@ 20060421 - (djm) [Makefile.in configure.ac session.c sshpty.c] @@ -4552,4 +4558,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4310 2006/04/23 02:06:49 djm Exp $ +$Id: ChangeLog,v 1.4311 2006/04/23 02:08:19 djm Exp $ |