diff options
Diffstat (limited to 'src/lib/libcrypto/cms/cms_io.c')
-rw-r--r-- | src/lib/libcrypto/cms/cms_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cms/cms_io.c b/src/lib/libcrypto/cms/cms_io.c index 4466d6acf2..8a6b12e90f 100644 --- a/src/lib/libcrypto/cms/cms_io.c +++ b/src/lib/libcrypto/cms/cms_io.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cms_io.c,v 1.11 2019/08/11 10:38:27 jsing Exp $ */ | 1 | /* $OpenBSD: cms_io.c,v 1.12 2022/11/26 16:08:51 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
4 | * project. | 4 | * project. |
@@ -57,7 +57,7 @@ | |||
57 | #include <openssl/err.h> | 57 | #include <openssl/err.h> |
58 | #include <openssl/pem.h> | 58 | #include <openssl/pem.h> |
59 | #include <openssl/cms.h> | 59 | #include <openssl/cms.h> |
60 | #include "cms_lcl.h" | 60 | #include "cms_local.h" |
61 | 61 | ||
62 | int | 62 | int |
63 | CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) | 63 | CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) |