Latest update.

This commit is contained in:
2020-01-17 19:45:12 +09:00
parent 016df9f433
commit 0f7abb4eb6
1100 changed files with 47785 additions and 16292 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ the verification result of the B<ssl> object. It does not become part of the
established session, so if the session is to be reused later, the original
value will reappear.
The valid codes for B<verify_result> are documented in L<verify(1)>.
The valid codes for B<verify_result> are documented in L<openssl-verify(1)>.
=head1 RETURN VALUES
@@ -33,7 +33,7 @@ SSL_set_verify_result() does not provide a return value.
L<ssl(7)>, L<SSL_get_verify_result(3)>,
L<SSL_get_peer_certificate(3)>,
L<verify(1)>
L<openssl-verify(1)>
=head1 COPYRIGHT