summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms/cms_err.c
diff options
context:
space:
mode:
authorjsing <>2019-08-10 18:15:52 +0000
committerjsing <>2019-08-10 18:15:52 +0000
commitcd017df13ee5f5ba7baa4ffe853ae05106ef3cac (patch)
tree000cccad44c82ea472a03a1338613f2237b5dc09 /src/lib/libcrypto/cms/cms_err.c
parent75125ce1cf513471883fff50db4a4638526bd785 (diff)
downloadopenbsd-cd017df13ee5f5ba7baa4ffe853ae05106ef3cac.tar.gz
openbsd-cd017df13ee5f5ba7baa4ffe853ae05106ef3cac.tar.bz2
openbsd-cd017df13ee5f5ba7baa4ffe853ae05106ef3cac.zip
More style(9), whitespace and readability fixes.
Files are identical once whitespace and newlines are removed.
Diffstat (limited to 'src/lib/libcrypto/cms/cms_err.c')
-rw-r--r--src/lib/libcrypto/cms/cms_err.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cms/cms_err.c b/src/lib/libcrypto/cms/cms_err.c
index af0ef8c38a..de7c544a50 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.9 2019/08/10 16:42:20 jsing Exp $ */ 1/* $OpenBSD: cms_err.c,v 1.10 2019/08/10 18:15:52 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.
@@ -283,7 +283,8 @@ static const ERR_STRING_DATA CMS_str_reasons[] = {
283 283
284#endif 284#endif
285 285
286int ERR_load_CMS_strings(void) 286int
287ERR_load_CMS_strings(void)
287{ 288{
288#ifndef OPENSSL_NO_ERR 289#ifndef OPENSSL_NO_ERR
289 if (ERR_func_error_string(CMS_str_functs[0].error) == NULL) { 290 if (ERR_func_error_string(CMS_str_functs[0].error) == NULL) {