diff options
Diffstat (limited to 'src/lib/libcrypto/cms/cms_pwri.c')
| -rw-r--r-- | src/lib/libcrypto/cms/cms_pwri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cms/cms_pwri.c b/src/lib/libcrypto/cms/cms_pwri.c index 36a5db04b8..36d50f1797 100644 --- a/src/lib/libcrypto/cms/cms_pwri.c +++ b/src/lib/libcrypto/cms/cms_pwri.c | |||
| @@ -63,7 +63,7 @@ | |||
| 63 | #include "asn1_locl.h" | 63 | #include "asn1_locl.h" |
| 64 | 64 | ||
| 65 | int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, | 65 | int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, |
| 66 | unsigned char *pass, ossl_ssize_t passlen) | 66 | unsigned char *pass, ssize_t passlen) |
| 67 | { | 67 | { |
| 68 | CMS_PasswordRecipientInfo *pwri; | 68 | CMS_PasswordRecipientInfo *pwri; |
| 69 | if (ri->type != CMS_RECIPINFO_PASS) | 69 | if (ri->type != CMS_RECIPINFO_PASS) |
| @@ -83,7 +83,7 @@ int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, | |||
| 83 | CMS_RecipientInfo *CMS_add0_recipient_password(CMS_ContentInfo *cms, | 83 | CMS_RecipientInfo *CMS_add0_recipient_password(CMS_ContentInfo *cms, |
| 84 | int iter, int wrap_nid, int pbe_nid, | 84 | int iter, int wrap_nid, int pbe_nid, |
| 85 | unsigned char *pass, | 85 | unsigned char *pass, |
| 86 | ossl_ssize_t passlen, | 86 | ssize_t passlen, |
| 87 | const EVP_CIPHER *kekciph) | 87 | const EVP_CIPHER *kekciph) |
| 88 | { | 88 | { |
| 89 | CMS_RecipientInfo *ri = NULL; | 89 | CMS_RecipientInfo *ri = NULL; |
