summaryrefslogtreecommitdiff
path: root/Cryptlib/OpenSSL/crypto/pkcs7
diff options
context:
space:
mode:
Diffstat (limited to 'Cryptlib/OpenSSL/crypto/pkcs7')
-rw-r--r--[-rwxr-xr-x]Cryptlib/OpenSSL/crypto/pkcs7/pk7_asn1.c0
-rw-r--r--[-rwxr-xr-x]Cryptlib/OpenSSL/crypto/pkcs7/pk7_attr.c0
-rw-r--r--[-rwxr-xr-x]Cryptlib/OpenSSL/crypto/pkcs7/pk7_doit.c0
-rw-r--r--[-rwxr-xr-x]Cryptlib/OpenSSL/crypto/pkcs7/pk7_lib.c0
-rw-r--r--[-rwxr-xr-x]Cryptlib/OpenSSL/crypto/pkcs7/pk7_mime.c0
-rw-r--r--[-rwxr-xr-x]Cryptlib/OpenSSL/crypto/pkcs7/pk7_smime.c4
-rw-r--r--[-rwxr-xr-x]Cryptlib/OpenSSL/crypto/pkcs7/pkcs7err.c0
7 files changed, 2 insertions, 2 deletions
diff --git a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_asn1.c b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_asn1.c
index 1f70d313..1f70d313 100755..100644
--- a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_asn1.c
+++ b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_asn1.c
diff --git a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_attr.c b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_attr.c
index d5497171..d5497171 100755..100644
--- a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_attr.c
+++ b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_attr.c
diff --git a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_doit.c b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_doit.c
index 8b3024e7..8b3024e7 100755..100644
--- a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_doit.c
+++ b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_doit.c
diff --git a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_lib.c b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_lib.c
index 898cddad..898cddad 100755..100644
--- a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_lib.c
+++ b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_lib.c
diff --git a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_mime.c b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_mime.c
index 831b47d2..831b47d2 100755..100644
--- a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_mime.c
+++ b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_mime.c
diff --git a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_smime.c b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_smime.c
index b0ff89aa..49b450da 100755..100644
--- a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_smime.c
+++ b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_smime.c
@@ -290,8 +290,8 @@ int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
bufsiz = 4096;
buf = OPENSSL_malloc (bufsiz);
- if (buf == NULL) {
- goto err;
+ if (buf == NULL) {
+ goto err;
}
/* We now have to 'read' from p7bio to calculate digests etc. */
diff --git a/Cryptlib/OpenSSL/crypto/pkcs7/pkcs7err.c b/Cryptlib/OpenSSL/crypto/pkcs7/pkcs7err.c
index c0e3d4cd..c0e3d4cd 100755..100644
--- a/Cryptlib/OpenSSL/crypto/pkcs7/pkcs7err.c
+++ b/Cryptlib/OpenSSL/crypto/pkcs7/pkcs7err.c