summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <dev@ddvo.net>2023-10-13 22:12:22 +0200
committerDr. David von Oheimb <dev@ddvo.net>2023-10-17 22:02:29 +0200
commit72a99ef665b26fa207c0eee6e7e4842d1e42752c (patch)
treeb3b4a81863bde2f6fca2c4f585673c5fb05b37f5 /include
parent2c581eb2fd92e997dfe0761b086eb690271cefc2 (diff)
CMS_add1_signer(): add missing ERR_raise() calls
Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22390)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/cmserr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openssl/cmserr.h b/include/openssl/cmserr.h
index 9066cab6a7..887035b1bf 100644
--- a/include/openssl/cmserr.h
+++ b/include/openssl/cmserr.h
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -114,6 +114,7 @@
# define CMS_R_UNSUPPORTED_LABEL_SOURCE 193
# define CMS_R_UNSUPPORTED_RECIPIENTINFO_TYPE 155
# define CMS_R_UNSUPPORTED_RECIPIENT_TYPE 154
+# define CMS_R_UNSUPPORTED_SIGNATURE_ALGORITHM 195
# define CMS_R_UNSUPPORTED_TYPE 156
# define CMS_R_UNWRAP_ERROR 157
# define CMS_R_UNWRAP_FAILURE 180