]> git.ipfire.org Git - thirdparty/shadow.git/commit
libmisc: add readpassphrase source code
authorIker Pedrosa <ipedrosa@redhat.com>
Tue, 8 Aug 2023 14:01:41 +0000 (16:01 +0200)
committerSerge Hallyn <serge@hallyn.com>
Thu, 10 Aug 2023 14:29:17 +0000 (09:29 -0500)
commit7d5eeb21353489a6295c08bb5df99d7781fabb5a
tree35a9b35a6c2fa58042222f1d22f6b8804622f3d4
parentc408c4ad3db6fd713098d821773f91eaf081f798
libmisc: add readpassphrase source code

If shadow is built without libbsd support, then readpassphrase() needs
to be provided from the project.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
libmisc/Makefile.am
libmisc/readpassphrase.c [new file with mode: 0644]
libmisc/readpassphrase.h [new file with mode: 0644]