summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-04-17 13:34:11 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-04-18 19:54:17 +0200
commit753283cd23c268a6109443cf6f5b73857442b2df (patch)
treeb101f6dbdfb422759363ecf54b8a7d3c9fcc44bc /include
parente599d0aecd3e9419d1558628cb42db9cf0fa5fd0 (diff)
Add CMP error reason 'missing reference cert'
Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11386)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/cmperr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/cmperr.h b/include/openssl/cmperr.h
index 312fa52932..31fa43cd92 100644
--- a/include/openssl/cmperr.h
+++ b/include/openssl/cmperr.h
@@ -76,6 +76,7 @@ int ERR_load_CMP_strings(void);
# define CMP_R_MISSING_KEY_USAGE_DIGITALSIGNATURE 142
# define CMP_R_MISSING_PRIVATE_KEY 131
# define CMP_R_MISSING_PROTECTION 143
+# define CMP_R_MISSING_REFERENCE_CERT 168
# define CMP_R_MISSING_SENDER_IDENTIFICATION 111
# define CMP_R_MISSING_TRUST_STORE 144
# define CMP_R_MULTIPLE_REQUESTS_NOT_SUPPORTED 161