diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2019-08-10 16:38:48 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2019-08-10 16:38:48 +0000 |
commit | 5053f66513c6b5094901d15e58727b8da061e816 (patch) | |
tree | 48fec58fbfee44cbabf56622614888b23b528ca6 /lib/libcrypto/cms/cms_err.c | |
parent | 5b459715f0c5078a89b6e17c124b1e411b6e5007 (diff) |
Include cms.h instead of cmserr.h.
Diffstat (limited to 'lib/libcrypto/cms/cms_err.c')
-rw-r--r-- | lib/libcrypto/cms/cms_err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/cms/cms_err.c b/lib/libcrypto/cms/cms_err.c index 5e340808bc7..7af0bb85149 100644 --- a/lib/libcrypto/cms/cms_err.c +++ b/lib/libcrypto/cms/cms_err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_err.c,v 1.7 2019/08/10 16:03:54 jsing Exp $ */ +/* $OpenBSD: cms_err.c,v 1.8 2019/08/10 16:38:47 jsing Exp $ */ /* * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. @@ -9,8 +9,8 @@ * https://www.openssl.org/source/license.html */ +#include <openssl/cms.h> #include <openssl/err.h> -#include <openssl/cmserr.h> #ifndef OPENSSL_NO_ERR |