Fix some style issues...
[oweals/openssl.git] / doc / crypto / X509_STORE_set_verify_cb_func.pod
index dd21325f74c93ba2f26fcd6e6afef8dc4e71029b..89135f4e130a5b0fca56da1061c2af06b32ebd24 100644 (file)
@@ -148,7 +148,7 @@ It must return 0 on failure and 1 on success.
 I<If no function to get the issuer is provided, the internal default
 function will be used instead.>
 
-X509_STORE_set_get_crl() sets the function to get the crl for a given 
+X509_STORE_set_get_crl() sets the function to get the crl for a given
 certificate B<x>.
 When found, the crl must be assigned to B<*crl>.
 This function must return 0 on failure and 1 on success.