diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-03-06 05:06:59 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-03-06 05:06:59 +0000 |
commit | e5d538f8ac60586743024390762a43835d9787e4 (patch) | |
tree | d38e72ee9b898a87aba66b294c8b10a8f6fae762 | |
parent | 28f8313dadfde1eda68b3afb86a0256b54c50aa7 (diff) |
Typo in comment.
From Holger Mikolon
-rw-r--r-- | lib/libcrypto/x509/x509_vfy.c | 4 |
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) { |