Make it compile again.
authorjsing <jsing@openbsd.org>
Thu, 24 Apr 2014 15:38:13 +0000 (15:38 +0000)
committerjsing <jsing@openbsd.org>
Thu, 24 Apr 2014 15:38:13 +0000 (15:38 +0000)
lib/libssl/s3_clnt.c
lib/libssl/src/ssl/s3_clnt.c

index e765da9..9cdcd84 100644 (file)
@@ -3269,5 +3269,5 @@ ssl_do_client_cert_cb(SSL *s, X509 **px509, EVP_PKEY **ppkey)
 #endif
        if (s->ctx->client_cert_cb)
                i = s->ctx->client_cert_cb(s, px509, ppkey);
-       return (i};
+       return (i);
 }
index e765da9..9cdcd84 100644 (file)
@@ -3269,5 +3269,5 @@ ssl_do_client_cert_cb(SSL *s, X509 **px509, EVP_PKEY **ppkey)
 #endif
        if (s->ctx->client_cert_cb)
                i = s->ctx->client_cert_cb(s, px509, ppkey);
-       return (i};
+       return (i);
 }