commit | 58629fad824ebe0a10974930778beff455f41aea | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sun Apr 23 12:08:19 2006 +1000 |
committer | Damien Miller <djm@mindrot.org> | Sun Apr 23 12:08:19 2006 +1000 |
tree | 1be77f6682e88e98afc176e82777dd1d3ce6bc3b | |
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@