]> git.ipfire.org Git - thirdparty/openssl.git/commit
Improve the example getpass() implementation to show an error return
authorNick Mathewson <nickm@torproject.org>
Thu, 24 May 2018 19:23:15 +0000 (15:23 -0400)
committerRichard Levitte <levitte@openssl.org>
Sat, 26 May 2018 06:36:42 +0000 (08:36 +0200)
commitc8c250333cd254ab3f4d709ebc5ed86a7c065721
treeae69c7f88799c452e73b07e7bec459a128fa511a
parentbbbf752a3c8b5a966bcb48fc71a3dc03832e7b27
Improve the example getpass() implementation to show an error return

Also, modernize the code, so that it isn't trying to store a size_t
into an int, and then check the int's sign. :/

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6271)
doc/man3/PEM_read_bio_PrivateKey.pod