From 15387be289c356aeee967a853ff5666a262a61ca Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Wed, 6 Sep 2000 14:34:32 +0000 Subject: Another superfluous pair of parentheses. --- crypto/x509/x509_lu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/x509') diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c index 1e6c040145..863c738cad 100644 --- a/crypto/x509/x509_lu.c +++ b/crypto/x509/x509_lu.c @@ -94,7 +94,7 @@ void X509_LOOKUP_free(X509_LOOKUP *ctx) int X509_LOOKUP_init(X509_LOOKUP *ctx) { - if (ctx->method == NULL) return (0); + if (ctx->method == NULL) return 0; if (ctx->method->init != NULL) return ctx->method->init(ctx); else -- cgit v1.2.3