aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/evp_local.h')
-rw-r--r--crypto/evp/evp_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/evp_local.h b/crypto/evp/evp_local.h
index 9e4059d703..35c302ff7b 100644
--- a/crypto/evp/evp_local.h
+++ b/crypto/evp/evp_local.h
@@ -95,6 +95,8 @@ struct evp_keymgmt_st {
int id; /* libcrypto internal */
int name_id;
+ /* NID for the legacy alg if there is one */
+ int legacy_alg;
char *type_name;
const char *description;
OSSL_PROVIDER *prov;