aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-01-11 00:12:01 +0100
committerRichard Levitte <levitte@openssl.org>2017-01-11 18:27:27 +0100
commit78b19e90b4aade1ffdf8d918277910b01dac1d76 (patch)
tree008de0a7514b34403db75274d7c3c759e4564385 /doc
parentcc10f2275594eac2bcdaa218c1d6f672c2b891b7 (diff)
downloadopenssl-78b19e90b4aade1ffdf8d918277910b01dac1d76.tar.gz
Add a few documentation lines about UI_OpenSSL()
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2204)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/UI_new.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man3/UI_new.pod b/doc/man3/UI_new.pod
index 9abb697807..dedf4dc94a 100644
--- a/doc/man3/UI_new.pod
+++ b/doc/man3/UI_new.pod
@@ -174,6 +174,9 @@ UI_get_method() returns the UI method associated with a given UI.
UI_set_method() changes the UI method associated with a given UI.
+UI_OpenSSL() is the default OpenSSL UI method for prompting
+passphrases on the command line.
+
=head1 COPYRIGHT
Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.