diff options
author | 2017-01-21 01:09:54 +0000 | |
---|---|---|
committer | 2017-01-21 01:09:54 +0000 | |
commit | 40d89d365d298b4abeb49df31f74cd66799922ab (patch) | |
tree | 6a44a93acbb479cc99482a5a60fe4d7438345c13 /lib | |
parent | Make return value of X509_verify_cert be consistent with the error code, (diff) | |
download | wireguard-openbsd-40d89d365d298b4abeb49df31f74cd66799922ab.tar.xz wireguard-openbsd-40d89d365d298b4abeb49df31f74cd66799922ab.zip |
fix bogus comment
ok jsing@
Diffstat (limited to 'lib')
-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 d4c61d90f4a..9dba97bbf8a 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.58 2017/01/21 01:07:25 beck Exp $ */ +/* $OpenBSD: x509_vfy.c,v 1.59 2017/01/21 01:09:54 beck Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -2185,7 +2185,7 @@ X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, /* * Start with this set to not valid - it will be set to valid - * in X509_verify_cert, or before the callback is called. + * in X509_verify_cert. */ ctx->error = X509_V_ERR_INVALID_CALL; |