[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Rich Salz
rsalz at openssl.org
Tue Mar 28 12:38:26 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via 231fa2b76667c6e9cdf0d57991c1ab05b82a36bc (commit)
from 7dca72af91936d246700b78e06def16561a36028 (commit)
- Log -----------------------------------------------------------------
commit 231fa2b76667c6e9cdf0d57991c1ab05b82a36bc
Author: Hannes Magnusson <bjori at mongodb.com>
Date: Mon Mar 27 16:26:33 2017 -0700
Remove redundant decl of 509_STORE_set_flags
a47bc283 accidentally adds another define for X509_STORE_set_flags
It is already defined 5lines prior
CLA: trivial
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3047)
(cherry picked from commit feb891990a5137bbe11768a11100d2b423a6b11e)
-----------------------------------------------------------------------
Summary of changes:
include/openssl/x509_vfy.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/openssl/x509_vfy.h b/include/openssl/x509_vfy.h
index 64f56df..1aa0a33 100644
--- a/include/openssl/x509_vfy.h
+++ b/include/openssl/x509_vfy.h
@@ -272,7 +272,6 @@ int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
int X509_STORE_set_trust(X509_STORE *ctx, int trust);
int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *pm);
X509_VERIFY_PARAM *X509_STORE_get0_param(X509_STORE *ctx);
-int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags);
void X509_STORE_set_verify(X509_STORE *ctx, X509_STORE_CTX_verify_fn verify);
#define X509_STORE_set_verify_func(ctx, func) \
More information about the openssl-commits
mailing list