summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/cms/cms_err.c4
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