summaryrefslogtreecommitdiffstats
path: root/crypto/encode_decode/encoder_local.h
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-10 13:05:08 +1000
committerPauli <pauli@openssl.org>2021-05-12 18:40:57 +1000
commit4966411789f9337b311eacb5c45ddd3e750d4c17 (patch)
tree95a0932914988eb8e0f99ac603b88ecfdb81d775 /crypto/encode_decode/encoder_local.h
parentb33774137202aff34a91a8caf47cc74cc35386de (diff)
encoder: add a _name() function for encoders and decoders
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15211)
Diffstat (limited to 'crypto/encode_decode/encoder_local.h')
-rw-r--r--crypto/encode_decode/encoder_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/encode_decode/encoder_local.h b/crypto/encode_decode/encoder_local.h
index c58362ae02..d53f760379 100644
--- a/crypto/encode_decode/encoder_local.h
+++ b/crypto/encode_decode/encoder_local.h
@@ -19,6 +19,7 @@
struct ossl_endecode_base_st {
OSSL_PROVIDER *prov;
int id;
+ char *name;
const char *propdef;
const char *description;