diff options
| author | tb <> | 2019-03-06 05:06:58 +0000 |
|---|---|---|
| committer | tb <> | 2019-03-06 05:06:58 +0000 |
| commit | f70292937cfa185badac27a7244dfeb186e42744 (patch) | |
| tree | da28583501f239700b0ee9768253c0e9e73910dc | |
| parent | 8f8112204f7b84c2534cbf96412531904d9bff23 (diff) | |
| download | openbsd-f70292937cfa185badac27a7244dfeb186e42744.tar.gz openbsd-f70292937cfa185badac27a7244dfeb186e42744.tar.bz2 openbsd-f70292937cfa185badac27a7244dfeb186e42744.zip | |
Typo in comment.
From Holger Mikolon
| -rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.c b/src/lib/libcrypto/x509/x509_vfy.c index e98272a6c3..ea35ce791d 100644 --- a/src/lib/libcrypto/x509/x509_vfy.c +++ b/src/lib/libcrypto/x509/x509_vfy.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_vfy.c,v 1.71 2018/08/19 20:19:31 tb Exp $ */ | 1 | /* $OpenBSD: x509_vfy.c,v 1.72 2019/03/06 05:06:58 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -159,7 +159,7 @@ x509_subject_cmp(X509 **a, X509 **b) | |||
| 159 | } | 159 | } |
| 160 | #endif | 160 | #endif |
| 161 | 161 | ||
| 162 | /* Return 1 is a certificate is self signed */ | 162 | /* Return 1 if a certificate is self signed */ |
| 163 | static int | 163 | static int |
| 164 | cert_self_signed(X509 *x) | 164 | cert_self_signed(X509 *x) |
| 165 | { | 165 | { |
