summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-08-16 14:23:22 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-08-16 14:23:22 +0000
commit2b598fb5585654b9eeceb05fc4b5e058af45fa23 (patch)
treec1c10ea6ed8877fad29033e61b51bdee4cb79d92
parent1213c7a8dc38e9cf4a5ac1b4149032615c23f74b (diff)
Don't right-justify this debug message.
-rw-r--r--sbin/isakmpd/x509.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/x509.c b/sbin/isakmpd/x509.c
index bb10b619723..83f9bf24f38 100644
--- a/sbin/isakmpd/x509.c
+++ b/sbin/isakmpd/x509.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509.c,v 1.63 2001/07/13 14:16:39 ho Exp $ */
+/* $OpenBSD: x509.c,v 1.64 2001/08/16 14:23:21 ho Exp $ */
/* $EOM: x509.c,v 1.54 2001/01/16 18:42:16 ho Exp $ */
/*
@@ -864,7 +864,7 @@ x509_cert_validate (void *scert)
else if (!conf_get_str ("X509-certificates", "Accept-self-signed"))
{
if (err)
- log_print ("x509_cert_validate: %100s",
+ log_print ("x509_cert_validate: %.100s",
LC (X509_verify_cert_error_string, (err)));
return res;
}