Prepare for 1.1.1-pre3-dev
[openssl.git] / doc / man3 / OCSP_REQUEST_new.pod
index 97c2337d108cbba680037edb2738d7ab185f0473..a382b16ed3853e73694a2fc750f1226eaa3afc7c 100644 (file)
@@ -93,16 +93,16 @@ B<issuer>:
  if (OCSP_REQUEST_add0_id(req, cid) == NULL)
     /* error */
 
 /* Do something with req, e.g. query responder */
+ /* Do something with req, e.g. query responder */
 
  OCSP_REQUEST_free(req);
 
 =head1 SEE ALSO
 
-L<crypto(3)>,
+L<crypto(7)>,
 L<OCSP_cert_to_id(3)>,
 L<OCSP_request_add1_nonce(3)>,
-L<OCSP_response_find_status(3)>,
+L<OCSP_resp_find_status(3)>,
 L<OCSP_response_status(3)>,
 L<OCSP_sendreq_new(3)>