diff options
Diffstat (limited to 'src/lib/libcrypto/cms/cms_att.c')
-rw-r--r-- | src/lib/libcrypto/cms/cms_att.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cms/cms_att.c b/src/lib/libcrypto/cms/cms_att.c index b03c7437a4..0fb077f7d9 100644 --- a/src/lib/libcrypto/cms/cms_att.c +++ b/src/lib/libcrypto/cms/cms_att.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cms_att.c,v 1.9 2019/08/10 18:15:52 jsing Exp $ */ | 1 | /* $OpenBSD: cms_att.c,v 1.10 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/x509v3.h> | 57 | #include <openssl/x509v3.h> |
58 | #include <openssl/err.h> | 58 | #include <openssl/err.h> |
59 | #include <openssl/cms.h> | 59 | #include <openssl/cms.h> |
60 | #include "cms_lcl.h" | 60 | #include "cms_local.h" |
61 | 61 | ||
62 | /* CMS SignedData Attribute utilities */ | 62 | /* CMS SignedData Attribute utilities */ |
63 | 63 | ||