We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a4801 commit 22a5d09Copy full SHA for 22a5d09
source/evp_fetch.c
@@ -113,7 +113,7 @@ struct fetch_data_entry {
113
* The post quantum algorithms must be the last entries in the
114
* list, so we can easily skip them if we don't want them.
115
*/
116
-static struct fetch_data_entry fetch_entries[] = {
+static const struct fetch_data_entry fetch_entries[] = {
117
{FETCH_MD, OSSL_DIGEST_NAME_SHA2_224, NULL},
118
{FETCH_MD, OSSL_DIGEST_NAME_SHA2_256, NULL},
119
{FETCH_MD, OSSL_DIGEST_NAME_SHA3_224, NULL},
0 commit comments