diff options
| author | guenther <> | 2014-04-20 20:06:20 +0000 |
|---|---|---|
| committer | guenther <> | 2014-04-20 20:06:20 +0000 |
| commit | 91ebef3830470a3d69299aea39d1c4c439fc74a3 (patch) | |
| tree | 90931c8435500dea3d590240ea7d0d9d4c989942 /src/lib/libcrypto/x509/by_dir.c | |
| parent | 6151e2029c0888ba93d9548d8cbaed792d912265 (diff) | |
| download | openbsd-91ebef3830470a3d69299aea39d1c4c439fc74a3.tar.gz openbsd-91ebef3830470a3d69299aea39d1c4c439fc74a3.tar.bz2 openbsd-91ebef3830470a3d69299aea39d1c4c439fc74a3.zip | |
Restore beck's (void)snprintf(): they were reviewed.
Diffstat (limited to 'src/lib/libcrypto/x509/by_dir.c')
| -rw-r--r-- | src/lib/libcrypto/x509/by_dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/by_dir.c b/src/lib/libcrypto/x509/by_dir.c index 295389bcb3..fdfca6140a 100644 --- a/src/lib/libcrypto/x509/by_dir.c +++ b/src/lib/libcrypto/x509/by_dir.c | |||
| @@ -336,7 +336,7 @@ get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, | |||
| 336 | hent = NULL; | 336 | hent = NULL; |
| 337 | } | 337 | } |
| 338 | for (;;) { | 338 | for (;;) { |
| 339 | snprintf(b->data, b->max, "%s/%08lx.%s%d", | 339 | (void) snprintf(b->data, b->max, "%s/%08lx.%s%d", |
| 340 | ent->dir, h, postfix, k); | 340 | ent->dir, h, postfix, k); |
| 341 | 341 | ||
| 342 | #ifndef OPENSSL_NO_POSIX_IO | 342 | #ifndef OPENSSL_NO_POSIX_IO |
