diff options
author | schwarze <> | 2018-02-15 19:39:56 +0000 |
---|---|---|
committer | schwarze <> | 2018-02-15 19:39:56 +0000 |
commit | ee3577981b0dcbd91616ce9fcdc88b8a9ad98dc9 (patch) | |
tree | ddef7e99d7871fea4778b9bb25d40a0caf0f3c7e /src/lib | |
parent | ba5a89b6e8189eb90c0f694e1edbc0d171950a9e (diff) | |
download | openbsd-ee3577981b0dcbd91616ce9fcdc88b8a9ad98dc9.tar.gz openbsd-ee3577981b0dcbd91616ce9fcdc88b8a9ad98dc9.tar.bz2 openbsd-ee3577981b0dcbd91616ce9fcdc88b8a9ad98dc9.zip |
Add missing RETURN VALUES section; from Paul Yang
via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/UI_UTIL_read_pw.3 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/UI_UTIL_read_pw.3 b/src/lib/libcrypto/man/UI_UTIL_read_pw.3 index b2d69c455e..00e9f985f0 100644 --- a/src/lib/libcrypto/man/UI_UTIL_read_pw.3 +++ b/src/lib/libcrypto/man/UI_UTIL_read_pw.3 | |||
@@ -1,5 +1,6 @@ | |||
1 | .\" $OpenBSD: UI_UTIL_read_pw.3,v 1.1 2017/03/26 00:06:10 schwarze Exp $ | 1 | .\" $OpenBSD: UI_UTIL_read_pw.3,v 1.2 2018/02/15 19:39:56 schwarze Exp $ |
2 | .\" OpenSSL UI_UTIL_read_pw.pod 23103a52 Jan 12 15:17:42 2017 +0100 | 2 | .\" full merge up to: OpenSSL 23103a52 Jan 12 15:17:42 2017 +0100 |
3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | ||
3 | .\" | 4 | .\" |
4 | .\" This file was written by Richard Levitte <levitte@openssl.org>. | 5 | .\" This file was written by Richard Levitte <levitte@openssl.org>. |
5 | .\" Copyright (c) 2017 The OpenSSL Project. All rights reserved. | 6 | .\" Copyright (c) 2017 The OpenSSL Project. All rights reserved. |
@@ -48,7 +49,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 51 | .\" |
51 | .Dd $Mdocdate: March 26 2017 $ | 52 | .Dd $Mdocdate: February 15 2018 $ |
52 | .Dt UI_UTIL_READ_PW 3 | 53 | .Dt UI_UTIL_READ_PW 3 |
53 | .Os | 54 | .Os |
54 | .Sh NAME | 55 | .Sh NAME |
@@ -91,5 +92,10 @@ does the same as | |||
91 | but takes an external buffer | 92 | but takes an external buffer |
92 | .Fa buff | 93 | .Fa buff |
93 | for the verification passphrase. | 94 | for the verification passphrase. |
95 | .Sh RETURN VALUES | ||
96 | .Fn UI_UTIL_read_pw_string | ||
97 | and | ||
98 | .Fn UI_UTIL_read_pw | ||
99 | return 0 on success or a negative value on error. | ||
94 | .Sh SEE ALSO | 100 | .Sh SEE ALSO |
95 | .Xr UI_new 3 | 101 | .Xr UI_new 3 |