diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-09-14 12:00:56 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-09-14 12:00:56 +0000 |
commit | 8c426423363f5ef81f90ac32bc1325a36e2c6ced (patch) | |
tree | c72750c33eb66e6b22b062c75714e99972fd4560 /lib/libcrypto | |
parent | 3e5ec706ae6f5bef51ba1cdc783ea4dba0bfb9b9 (diff) |
nuke a stray space
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/x509/x509_verify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/x509/x509_verify.c b/lib/libcrypto/x509/x509_verify.c index 7a97aed8155..80af892d8a4 100644 --- a/lib/libcrypto/x509/x509_verify.c +++ b/lib/libcrypto/x509/x509_verify.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_verify.c,v 1.4 2020/09/14 09:01:11 beck Exp $ */ +/* $OpenBSD: x509_verify.c,v 1.5 2020/09/14 12:00:55 tb Exp $ */ /* * Copyright (c) 2020 Bob Beck <beck@openbsd.org> * @@ -280,7 +280,7 @@ x509_verify_parent_signature(X509 *parent, X509 *child, if (X509_verify(child, pkey) <= 0) *error = X509_V_ERR_CERT_SIGNATURE_FAILURE; else - ret = 1; + ret = 1; /* Add result to cache */ if (child_md != NULL) |