diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-10-24 17:45:46 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-10-24 17:45:46 +0000 |
| commit | 2689eac192efc2c60d6cdb3fdffee4d43e1d0d40 (patch) | |
| tree | a0f00644657cd70aa51d1142a3bb3ef34485ab7f /include/openssl/cmserr.h | |
| parent | 315108b81694de474bbc273c0050b195047f5eed (diff) | |
OpenSSL: Vendor import of OpenSSL 3.0.12vendor/openssl/3.0.12
Diffstat (limited to 'include/openssl/cmserr.h')
| -rw-r--r-- | include/openssl/cmserr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openssl/cmserr.h b/include/openssl/cmserr.h index d48c2a4ab89f..f2d7708f10c8 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-2021 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 @@ -113,6 +113,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 |
