]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add missing comma between references
authorViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 13 Dec 2017 15:56:44 +0000 (10:56 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Sat, 23 Dec 2017 18:03:20 +0000 (13:03 -0500)
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
doc/crypto/X509_VERIFY_PARAM_set_flags.pod

index b7edfb4c76e3cfafd9a2928df2adfe6cbd6ec801..10399ecbafd0957d9348a90f77324abef3348c8d 100644 (file)
@@ -256,7 +256,7 @@ connections associated with an B<SSL_CTX> structure B<ctx>:
 L<X509_verify_cert(3)|X509_verify_cert(3)>,
 L<X509_check_host(3)|X509_check_host(3)>,
 L<X509_check_email(3)|X509_check_email(3)>,
-L<X509_check_ip(3)|X509_check_ip(3)>
+L<X509_check_ip(3)|X509_check_ip(3)>,
 L<x509(1)|x509(1)>
 
 =head1 HISTORY