aboutsummaryrefslogtreecommitdiff
path: root/crypto/encode_decode/encoder_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/encode_decode/encoder_local.h')
-rw-r--r--crypto/encode_decode/encoder_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/encode_decode/encoder_local.h b/crypto/encode_decode/encoder_local.h
index a2846d309ea8..11e52cfeec75 100644
--- a/crypto/encode_decode/encoder_local.h
+++ b/crypto/encode_decode/encoder_local.h
@@ -109,6 +109,8 @@ struct ossl_decoder_instance_st {
const char *input_type; /* Never NULL */
const char *input_structure; /* May be NULL */
int input_type_id;
+ int order; /* For stable ordering of decoders wrt proqs */
+ int score; /* For ordering decoders wrt proqs */
unsigned int flag_input_structure_was_set : 1;
};