Actions
Bug #11761
closedloader: add libcrypto.h, sha1 does not need to return anything
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
remove sha1() declaration from bootstrap.h and add it to libcrypto.h. Re-define sha1() to return void. This will allow us to have simple updates in the future.
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 06469a5c7c9cdac51590d31967b372bc4d09a429
commit 06469a5c7c9cdac51590d31967b372bc4d09a429 Author: Toomas Soome <tsoome@me.com> Date: 2019-10-04T06:43:54.000Z 11761 loader: add libcrypto.h, sha1 does not need to return anything Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
Actions