diff options
Diffstat (limited to 'src/lib/libcrypto/pkcs7/pk7_mime.c')
-rw-r--r-- | src/lib/libcrypto/pkcs7/pk7_mime.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/pkcs7/pk7_mime.c b/src/lib/libcrypto/pkcs7/pk7_mime.c index 8f32125f0b..e14abf31a9 100644 --- a/src/lib/libcrypto/pkcs7/pk7_mime.c +++ b/src/lib/libcrypto/pkcs7/pk7_mime.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pk7_mime.c,v 1.10 2014/06/29 17:05:36 jsing Exp $ */ | 1 | /* $OpenBSD: pk7_mime.c,v 1.11 2014/07/11 08:44:49 jsing Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project. | 3 | * project. |
4 | */ | 4 | */ |
@@ -52,12 +52,12 @@ | |||
52 | * | 52 | * |
53 | */ | 53 | */ |
54 | 54 | ||
55 | #include <stdio.h> | ||
56 | #include <ctype.h> | 55 | #include <ctype.h> |
57 | #include "cryptlib.h" | 56 | #include <stdio.h> |
57 | |||
58 | #include <openssl/asn1.h> | ||
58 | #include <openssl/rand.h> | 59 | #include <openssl/rand.h> |
59 | #include <openssl/x509.h> | 60 | #include <openssl/x509.h> |
60 | #include <openssl/asn1.h> | ||
61 | 61 | ||
62 | /* PKCS#7 wrappers round generalised stream and MIME routines */ | 62 | /* PKCS#7 wrappers round generalised stream and MIME routines */ |
63 | 63 | ||