Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dropbear: Copy localoptions.h to build directory
Per the dropbear documentation, the localoptions.h file needs to be copied to its build directory to take effect. This file can later be renamed to src/distrooptions.h once the following dropbear change is merged: mkj/dropbear#274 Tested: Before change: $ ssh -vv p10bmc ... debug2: MACs ctos: hmac-sha1,hmac-sha2-256 debug2: MACs stoc: hmac-sha1,hmac-sha2-256 After change: $ ssh -vv p10bmc ... debug2: MACs ctos: hmac-sha1,hmac-sha2-256,hmac-sha2-512 debug2: MACs stoc: hmac-sha1,hmac-sha2-256,hmac-sha2-512 Change-Id: I1a4b108d1a87831f4623c7e3e1e2beb0b8655441 Signed-off-by: Adriana Kobylak <[email protected]>
- Loading branch information