diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-06-28 22:51:01 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-06-29 15:56:39 +0200 |
commit | 02e112a88579ff2592f34015f73dc85f4ed76ad5 (patch) | |
tree | e99d5fa28c3dbc7b35eda5bce012dd57f6d86267 /crypto/x509/x509_vfy.c | |
parent | Whitespace cleanup in docs (diff) | |
download | openssl-02e112a88579ff2592f34015f73dc85f4ed76ad5.tar.xz openssl-02e112a88579ff2592f34015f73dc85f4ed76ad5.zip |
Whitespace cleanup in crypto
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1264)
Diffstat (limited to 'crypto/x509/x509_vfy.c')
-rw-r--r-- | crypto/x509/x509_vfy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c index 15920840f9..b400ce4ad6 100644 --- a/crypto/x509/x509_vfy.c +++ b/crypto/x509/x509_vfy.c @@ -2538,7 +2538,7 @@ static int dane_match(X509_STORE_CTX *ctx, X509 *cert, int depth) /* * If we've previously matched a PKIX-?? record, no need to test any - * further PKIX-?? records, it remains to just build the PKIX chain. + * further PKIX-?? records, it remains to just build the PKIX chain. * Had the match been a DANE-?? record, we'd be done already. */ if (dane->mdpth >= 0) |