Latest update.

This commit is contained in:
2018-12-26 08:58:54 +09:00
parent 7cd0ce9c1d
commit 5b465b332e
164 changed files with 642 additions and 534 deletions
+2 -3
View File
@@ -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