summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/openssl/pkcs7.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/openssl/pkcs7.h')
-rw-r--r--[-rwxr-xr-x]thirdparties/common/include/openssl/pkcs7.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparties/common/include/openssl/pkcs7.h b/thirdparties/common/include/openssl/pkcs7.h
index 49d9a3b..b51b386 100755..100644
--- a/thirdparties/common/include/openssl/pkcs7.h
+++ b/thirdparties/common/include/openssl/pkcs7.h
@@ -339,8 +339,8 @@ PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
BIO *data, int flags);
PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7,
- X509 *signcert, EVP_PKEY *pkey,
- const EVP_MD *md, int flags);
+ X509 *signcert, EVP_PKEY *pkey,
+ const EVP_MD *md, int flags);
int PKCS7_final(PKCS7 *p7, BIO *data, int flags);
int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
OpenPOWER on IntegriCloud