From: Richard Levitte Date: Tue, 10 Jan 2017 23:12:01 +0000 (+0100) Subject: Add a few documentation lines about UI_OpenSSL() X-Git-Tag: OpenSSL_1_1_1-pre1~2687 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=78b19e90b4aade1ffdf8d918277910b01dac1d76 Add a few documentation lines about UI_OpenSSL() Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2204) --- 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.