Typo.
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Jan 2004 09:33:09 +0000 (09:33 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Jan 2004 09:33:09 +0000 (09:33 +0000)
crypto/x509/by_dir.c

index f09022379f218fded9a4e71ad8a9a8c20ee973bb..2e435bafb90ad2d5171992c85c2f248ddac806b6 100644 (file)
@@ -329,7 +329,7 @@ static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
                                }
                        else
                                {
-                               snprintf(b->data,"%s%c%08lx.%s%d",
+                               sprintf(b->data,"%s%c%08lx.%s%d",
                                        ctx->dirs[i],c,h,postfix,k);
                                }
                        k++;