diff options
author | jsing <> | 2019-08-10 16:38:47 +0000 |
---|---|---|
committer | jsing <> | 2019-08-10 16:38:47 +0000 |
commit | b01b00fb95cf0b3b49b443caa121fd70172439cf (patch) | |
tree | bfd899d4b2f08a57a18bb272119e97ec85d0f90c | |
parent | 7506a973a7af2a869e9045879e409e24174e4b1b (diff) | |
download | openbsd-b01b00fb95cf0b3b49b443caa121fd70172439cf.tar.gz openbsd-b01b00fb95cf0b3b49b443caa121fd70172439cf.tar.bz2 openbsd-b01b00fb95cf0b3b49b443caa121fd70172439cf.zip |
Include cms.h instead of cmserr.h.
-rw-r--r-- | src/lib/libcrypto/cms/cms_err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cms/cms_err.c b/src/lib/libcrypto/cms/cms_err.c index 5e340808bc..7af0bb8514 100644 --- a/src/lib/libcrypto/cms/cms_err.c +++ b/src/lib/libcrypto/cms/cms_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cms_err.c,v 1.7 2019/08/10 16:03:54 jsing Exp $ */ | 1 | /* $OpenBSD: cms_err.c,v 1.8 2019/08/10 16:38:47 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Generated by util/mkerr.pl DO NOT EDIT | 3 | * Generated by util/mkerr.pl DO NOT EDIT |
4 | * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. | 4 | * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. |
@@ -9,8 +9,8 @@ | |||
9 | * https://www.openssl.org/source/license.html | 9 | * https://www.openssl.org/source/license.html |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <openssl/cms.h> | ||
12 | #include <openssl/err.h> | 13 | #include <openssl/err.h> |
13 | #include <openssl/cmserr.h> | ||
14 | 14 | ||
15 | #ifndef OPENSSL_NO_ERR | 15 | #ifndef OPENSSL_NO_ERR |
16 | 16 | ||