summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cms/cms_err.c
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2019-08-10 16:38:48 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2019-08-10 16:38:48 +0000
commit5053f66513c6b5094901d15e58727b8da061e816 (patch)
tree48fec58fbfee44cbabf56622614888b23b528ca6 /lib/libcrypto/cms/cms_err.c
parent5b459715f0c5078a89b6e17c124b1e411b6e5007 (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.c4
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