summaryrefslogtreecommitdiffstats
path: root/ssl/sslerr.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-01-13 17:27:10 +0000
committerMatt Caswell <matt@openssl.org>2021-02-05 15:20:37 +0000
commit8b1db5d329740bd5363fd1763d4030d0e015b521 (patch)
tree2bc4baa1f7ebf82da6fb5278c808f2d22e08115a /ssl/sslerr.h
parentddf8f1ce634b9a3bd30603d9e0eaec1990a0d586 (diff)
Make supported_groups code independent of EC and DH
The supported groups code was checking the OPENSSL_NO_EC and OPENSSL_NO_DH guards in order to work, and the list of default groups was based on those guards. However we now need it to work even in a no-ec and no-dh build, because new groups might be added from providers. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13916)
Diffstat (limited to 'ssl/sslerr.h')
-rw-r--r--ssl/sslerr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/sslerr.h b/ssl/sslerr.h
index ed70efc264..3ad54e4dcc 100644
--- a/ssl/sslerr.h
+++ b/ssl/sslerr.h
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2021 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