diff options
Diffstat (limited to 'lib/libcrypto/cms/cms_pwri.c')
-rw-r--r-- | lib/libcrypto/cms/cms_pwri.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libcrypto/cms/cms_pwri.c b/lib/libcrypto/cms/cms_pwri.c index 04d0cb833f2..ea3fbf87dd4 100644 --- a/lib/libcrypto/cms/cms_pwri.c +++ b/lib/libcrypto/cms/cms_pwri.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_pwri.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */ +/* $OpenBSD: cms_pwri.c,v 1.6 2014/07/11 08:44:48 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ @@ -51,16 +51,16 @@ * ==================================================================== */ -#include "cryptlib.h" +#include <openssl/aes.h> #include <openssl/asn1t.h> -#include <openssl/pem.h> -#include <openssl/x509v3.h> -#include <openssl/err.h> #include <openssl/cms.h> +#include <openssl/err.h> +#include <openssl/pem.h> #include <openssl/rand.h> -#include <openssl/aes.h> -#include "cms_lcl.h" +#include <openssl/x509v3.h> + #include "asn1_locl.h" +#include "cms_lcl.h" int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, unsigned char *pass, |