- 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@
diff --git a/ChangeLog b/ChangeLog
index b2a6070..551845a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $