summaryrefslogtreecommitdiffstats
path: root/crypto/property/property_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/property/property_parse.c')
-rw-r--r--crypto/property/property_parse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/property/property_parse.c b/crypto/property/property_parse.c
index 6d6ca9b266..d53961daea 100644
--- a/crypto/property/property_parse.c
+++ b/crypto/property/property_parse.c
@@ -596,9 +596,9 @@ int ossl_property_parse_init(OPENSSL_CTX *ctx)
"provider", /* Name of provider (default, legacy, fips) */
"version", /* Version number of this provider */
"fips", /* FIPS validated or FIPS supporting algorithm */
- "format", /* output format for encoders */
- "type", /* output type for encoders */
- "input", /* input type for decoders */
+ "output", /* Output type for encoders */
+ "input", /* Input type for decoders */
+ "structure", /* Structure name for encoders and decoders */
};
size_t i;