| commit | f53429bebf0cc5e00f117f5602a30c58b55d7018 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Sun Apr 23 12:15:08 2006 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Sun Apr 23 12:15:08 2006 +1000 |
| tree | 67be274b97b19794ec7c61d79254c8429adb681b | |
| parent | 08d4b0ca5d6534c1efdf16aa3cfe353eb2b41130 [diff] |
- dtucker@cvs.openbsd.org 2006/04/18 10:44:28
[bufaux.c bufbn.c Makefile.in]
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@