summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-02-08 22:37:46 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-02-08 22:37:46 +0000
commit421781c5e7b1161ccc03d45bf6b2978fc3f15de5 (patch)
tree53a9c2c01403573278efb385c19abba068cd67ce
parentb5332af00c5269e585eab883a6d0d2ab310289c6 (diff)
Typo.
-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 8890f607561..8aad0f07431 100644
--- a/sbin/isakmpd/x509.c
+++ b/sbin/isakmpd/x509.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509.c,v 1.39 2001/01/27 12:03:36 niklas Exp $ */
+/* $OpenBSD: x509.c,v 1.40 2001/02/08 22:37:45 angelos Exp $ */
/* $EOM: x509.c,v 1.54 2001/01/16 18:42:16 ho Exp $ */
/*
@@ -429,7 +429,7 @@ x509_hash_enter (X509 *cert)
if (!x509_cert_get_subjects (cert, &n, &id, &len))
{
- log_print ("x509_hash_enter: can not retrieve subjects");
+ log_print ("x509_hash_enter: cannot retrieve subjects");
return 0;
}