Memory leak detection bugfixes for multi-threading.
[openssl.git] / apps / sess_id.c
index 60cc3f1e496a3d524e9c408f7c9aa99251e76473..eb40aa63538103a805ac0c3d68696f13f58bd9df 100644 (file)
@@ -156,7 +156,7 @@ int MAIN(int argc, char **argv)
                {
 bad:
                for (pp=sess_id_usage; (*pp != NULL); pp++)
-                       BIO_printf(bio_err,*pp);
+                       BIO_printf(bio_err,"%s",*pp);
                goto end;
                }