diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2005-03-15 16:49:06 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2005-03-15 16:49:06 +0000 |
commit | de53c88405bdbf1bc06322caa373ea5be65809c9 (patch) | |
tree | cf27263817b267487816e7fe61320a4d41c7336b /sbin | |
parent | e54483762995e1aca587c99ac283596234fa4453 (diff) |
small log message fix.
ok hshoexer@, markus@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/x509.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/x509.c b/sbin/isakmpd/x509.c index af396bcb490..3b3d5d17c0b 100644 --- a/sbin/isakmpd/x509.c +++ b/sbin/isakmpd/x509.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.c,v 1.96 2005/02/27 13:12:12 hshoexer Exp $ */ +/* $OpenBSD: x509.c,v 1.97 2005/03/15 16:49:05 mpf Exp $ */ /* $EOM: x509.c,v 1.54 2001/01/16 18:42:16 ho Exp $ */ /* @@ -684,7 +684,7 @@ x509_read_from_dir(X509_STORE *ctx, char *name, int hash) fclose(certfp); if (cert == NULL) { - log_print("x509_read_from_dir: PEM_read_bio_X509 " + log_print("x509_read_from_dir: PEM_read_X509 " "failed for %s", file->d_name); continue; } |