Page MenuHomePhabricator

add stdin helpers for password input support
ClosedPublic

Authored by PiRK on Oct 25 2020, 07:54.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC4289dc7952fc: add stdin helpers for password input support
Summary

This helpers will be used for no-echo input when typing passwords in a terminal.

This is a backport of Core PR13716 [1/3]
Commit https://github.com/bitcoin/bitcoin/pull/13716/commits/0da503e9475fea5644168544668581796bf66334

Test Plan

cmake .. -GNinja && ninja

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Oct 25 2020, 07:54
PiRK requested review of this revision.Oct 25 2020, 07:54
deadalnix requested changes to this revision.Oct 25 2020, 15:26
deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
src/CMakeLists.txt
624 ↗(On Diff #25069)

Edit to match cmake style.

This revision now requires changes to proceed.Oct 25 2020, 15:26

put add_library's closing parentesis on a newline followed by a blank line

This revision is now accepted and ready to land.Oct 25 2020, 17:00