projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f684090
)
Another superfluous pair of parentheses.
author
Bodo Möller
<bodo@openssl.org>
Wed, 6 Sep 2000 14:34:32 +0000
(14:34 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Wed, 6 Sep 2000 14:34:32 +0000
(14:34 +0000)
crypto/x509/x509_lu.c
patch
|
blob
|
history
diff --git
a/crypto/x509/x509_lu.c
b/crypto/x509/x509_lu.c
index 1e6c0401459b979dc05fcd9f538c178c9627cd6c..863c738cad8daa4129da71279913da276f82ca33 100644
(file)
--- 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