Remove SSLeay history, etc., from docs
[openssl.git] / doc / crypto / X509_STORE_set_verify_cb_func.pod
index 1b774fc0cb0a6b790b67bc134664cfaf885ef0ab..67092db5382e3a43f5acb2df0229f4ae932250d0 100644 (file)
@@ -22,7 +22,7 @@ B<verify_cb> overwriting any existing callback.
 X509_STORE_set_verify_cb_func() also sets the verification callback but it
 is implemented as a macro.
 
-=head 1 NOTES
+=head1 NOTES
 
 The verification callback from an B<X509_STORE> is inherited by 
 the corresponding B<X509_STORE_CTX> structure when it is initialized. This can
@@ -41,14 +41,11 @@ a value.
 
 =head1 SEE ALSO
 
-L<X509_STORE_CTX_set_verify_cb(3)|X509_STORE_CTX_set_verify_cb(3)>
-L<CMS_verify(3)|CMS_verify(3)>
+L<X509_STORE_CTX_set_verify_cb(3)>
+L<CMS_verify(3)>
 
 =head1 HISTORY
 
-X509_STORE_set_verify_cb_func() is available in all versions of SSLeay and
-OpenSSL.
-
 X509_STORE_set_verify_cb() was added to OpenSSL 1.0.0.
 
 =cut