2 * Copyright (c) 2017 Lev Walkin <vlm@lionet.info>.
4 * Redistribution and modifications are permitted subject to BSD license.
6 #include <asn_internal.h>
10 ANY_encode_xer(const asn_TYPE_descriptor_t *td, const void *sptr, int ilevel,
11 enum xer_encoder_flags_e flags, asn_app_consume_bytes_f *cb,
13 if(flags & XER_F_CANONICAL) {
15 * Canonical XER-encoding of ANY type is not supported.
21 return OCTET_STRING_encode_xer(td, sptr, ilevel, flags, cb, app_key);