Commit 98c3eccc authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

Missing ")"

Submitted by: Christian Hohnstaedt <chohnstaedt@innominate.com>
Reviewed by:
PR:
parent 7000fd84
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -235,7 +235,7 @@ L<SSL_get_ex_data_X509_STORE_CTX_idx(3)|SSL_get_ex_data_X509_STORE_CTX_idx(3)>).
     * At this point, err contains the last verification error. We can use
     * At this point, err contains the last verification error. We can use
     * it for something special
     * it for something special
     */
     */
    if (!preverify_ok && (err == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT)
    if (!preverify_ok && (err == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT))
    {
    {
      X509_NAME_oneline(X509_get_issuer_name(ctx->current_cert), buf, 256);
      X509_NAME_oneline(X509_get_issuer_name(ctx->current_cert), buf, 256);
      printf("issuer= %s\n", buf);
      printf("issuer= %s\n", buf);