diff options
Diffstat (limited to 'src/lib/libcrypto/cms/cms.h')
-rw-r--r-- | src/lib/libcrypto/cms/cms.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/cms/cms.h b/src/lib/libcrypto/cms/cms.h index bacba68792..0e4aa6f9fc 100644 --- a/src/lib/libcrypto/cms/cms.h +++ b/src/lib/libcrypto/cms/cms.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cms.h,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: cms.h,v 1.5 2014/07/10 22:45:56 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 | */ |
@@ -51,10 +51,11 @@ | |||
51 | * ==================================================================== | 51 | * ==================================================================== |
52 | */ | 52 | */ |
53 | 53 | ||
54 | |||
55 | #ifndef HEADER_CMS_H | 54 | #ifndef HEADER_CMS_H |
56 | #define HEADER_CMS_H | 55 | #define HEADER_CMS_H |
57 | 56 | ||
57 | #include <openssl/opensslconf.h> | ||
58 | |||
58 | #include <openssl/x509.h> | 59 | #include <openssl/x509.h> |
59 | 60 | ||
60 | #ifdef OPENSSL_NO_CMS | 61 | #ifdef OPENSSL_NO_CMS |
@@ -65,7 +66,6 @@ | |||
65 | extern "C" { | 66 | extern "C" { |
66 | #endif | 67 | #endif |
67 | 68 | ||
68 | |||
69 | typedef struct CMS_ContentInfo_st CMS_ContentInfo; | 69 | typedef struct CMS_ContentInfo_st CMS_ContentInfo; |
70 | typedef struct CMS_SignerInfo_st CMS_SignerInfo; | 70 | typedef struct CMS_SignerInfo_st CMS_SignerInfo; |
71 | typedef struct CMS_CertificateChoices CMS_CertificateChoices; | 71 | typedef struct CMS_CertificateChoices CMS_CertificateChoices; |