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:
16c3ccc
)
Typo.
author
Richard Levitte
<levitte@openssl.org>
Thu, 29 Jan 2004 09:33:09 +0000
(09:33 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 29 Jan 2004 09:33:09 +0000
(09:33 +0000)
crypto/x509/by_dir.c
patch
|
blob
|
history
diff --git
a/crypto/x509/by_dir.c
b/crypto/x509/by_dir.c
index f09022379f218fded9a4e71ad8a9a8c20ee973bb..2e435bafb90ad2d5171992c85c2f248ddac806b6 100644
(file)
--- a/
crypto/x509/by_dir.c
+++ b/
crypto/x509/by_dir.c
@@
-329,7
+329,7
@@
static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
}
else
{
- s
n
printf(b->data,"%s%c%08lx.%s%d",
+ sprintf(b->data,"%s%c%08lx.%s%d",
ctx->dirs[i],c,h,postfix,k);
}
k++;