Commit 14e75ed7 authored by Lev Walkin's avatar Lev Walkin

upgrade to a new API

parent c7a2101a
This diff is collapsed.
...@@ -211,7 +211,7 @@ asn1c_emit_constraint_checking_code(arg_t *arg) { ...@@ -211,7 +211,7 @@ asn1c_emit_constraint_checking_code(arg_t *arg) {
case ASN_CONSTR_SEQUENCE_OF: case ASN_CONSTR_SEQUENCE_OF:
case ASN_CONSTR_SET_OF: case ASN_CONSTR_SET_OF:
OUT("/* Perform validation of the inner elements */\n"); OUT("/* Perform validation of the inner elements */\n");
OUT("return td->check_constraints(td, sptr, ctfailcb, app_key);\n"); OUT("return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);\n");
break; break;
default: default:
OUT("/* Constraint check succeeded */\n"); OUT("/* Constraint check succeeded */\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment