aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/UI_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/UI_new.pod')
-rw-r--r--doc/man3/UI_new.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/man3/UI_new.pod b/doc/man3/UI_new.pod
index dd1b80ec635d..3042b13f1f1a 100644
--- a/doc/man3/UI_new.pod
+++ b/doc/man3/UI_new.pod
@@ -233,14 +233,13 @@ UI_process() returns 0 on success or a negative value on error.
UI_ctrl() returns a mask on success or -1 on error.
-UI_get_default_method(), UI_get_method(), UI_Openssl(), UI_null() and
+UI_get_default_method(), UI_get_method(), UI_OpenSSL(), UI_null() and
UI_set_method() return either a valid B<UI_METHOD> structure or NULL
respectively.
=head1 HISTORY
-UI_dup_user_data()
-was added in OpenSSL 1.1.1.
+The UI_dup_user_data() function was added in OpenSSL 1.1.1.
=head1 COPYRIGHT