summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2019-03-06 05:06:59 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2019-03-06 05:06:59 +0000
commite5d538f8ac60586743024390762a43835d9787e4 (patch)
treed38e72ee9b898a87aba66b294c8b10a8f6fae762
parent28f8313dadfde1eda68b3afb86a0256b54c50aa7 (diff)
Typo in comment.
From Holger Mikolon
-rw-r--r--lib/libcrypto/x509/x509_vfy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/x509/x509_vfy.c b/lib/libcrypto/x509/x509_vfy.c
index e98272a6c39..ea35ce791dc 100644
--- a/lib/libcrypto/x509/x509_vfy.c
+++ b/lib/libcrypto/x509/x509_vfy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509_vfy.c,v 1.71 2018/08/19 20:19:31 tb Exp $ */
+/* $OpenBSD: x509_vfy.c,v 1.72 2019/03/06 05:06:58 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -159,7 +159,7 @@ x509_subject_cmp(X509 **a, X509 **b)
}
#endif
-/* Return 1 is a certificate is self signed */
+/* Return 1 if a certificate is self signed */
static int
cert_self_signed(X509 *x)
{