-.\" $OpenBSD: UI_UTIL_read_pw.3,v 1.1 2017/03/26 00:06:10 schwarze Exp $
-.\" OpenSSL UI_UTIL_read_pw.pod 23103a52 Jan 12 15:17:42 2017 +0100
+.\" $OpenBSD: UI_UTIL_read_pw.3,v 1.2 2018/02/15 19:39:56 schwarze Exp $
+.\" full merge up to: OpenSSL 23103a52 Jan 12 15:17:42 2017 +0100
+.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
.\"
.\" This file was written by Richard Levitte <levitte@openssl.org>.
.\" Copyright (c) 2017 The OpenSSL Project. All rights reserved.
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 26 2017 $
+.Dd $Mdocdate: February 15 2018 $
.Dt UI_UTIL_READ_PW 3
.Os
.Sh NAME
but takes an external buffer
.Fa buff
for the verification passphrase.
+.Sh RETURN VALUES
+.Fn UI_UTIL_read_pw_string
+and
+.Fn UI_UTIL_read_pw
+return 0 on success or a negative value on error.
.Sh SEE ALSO
.Xr UI_new 3