Fix a race condition in drbg_add
[openssl.git] / doc / man3 / SSL_CTX_load_verify_locations.pod
index 59d11e03ee4d0fb6f566fc58c6bb8f5dfd81c414..a96aafed5f766acd8f6918aa1e027ada2b14e335 100644 (file)
@@ -108,7 +108,7 @@ ca1.pem ca2.pem ca3.pem:
  #!/bin/sh
  rm CAfile.pem
  for i in ca1.pem ca2.pem ca3.pem ; do
-   openssl x509 -in $i -text >> CAfile.pem
+     openssl x509 -in $i -text >> CAfile.pem
  done
 
 Prepare the directory /some/where/certs containing several CA certificates
@@ -141,7 +141,7 @@ missing default location is still treated as a success.
 
 =head1 SEE ALSO
 
-L<ssl(3)>,
+L<ssl(7)>,
 L<SSL_CTX_set_client_CA_list(3)>,
 L<SSL_get_client_CA_list(3)>,
 L<SSL_CTX_use_certificate(3)>,