Add a certificate to the optional certs field of a signed OCSP request.
Declared in <openssl/ocsp.h>
<openssl/ocsp.h>
int OCSP_request_add1_cert( OCSP_REQUEST* req, X509* cert);
1 on success, or 0 on failure.