From e5d538f8ac60586743024390762a43835d9787e4 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 6 Mar 2019 05:06:59 +0000 Subject: Typo in comment. From Holger Mikolon --- lib/libcrypto/x509/x509_vfy.c | 4 ++-- 1 file 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) { -- cgit v1.2.3