From 47189a7e8646591399e441a8a65e81e57bef3078 Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Mon, 25 Mar 2013 18:54:22 -0700 Subject: [PATCH] make unber compilable by satisfying dependency. --- asn1c/unber.c | 1 + 1 file changed, 1 insertion(+) diff --git a/asn1c/unber.c b/asn1c/unber.c index 9569d6c3..088491f7 100644 --- a/asn1c/unber.c +++ b/asn1c/unber.c @@ -775,3 +775,4 @@ asn_dec_rval_t OCTET_STRING_decode_uper(asn_codec_ctx_t *ctx, asn_TYPE_descripto asn_enc_rval_t OCTET_STRING_encode_uper(asn_TYPE_descriptor_t *td, asn_per_constraints_t *cts, void *sptr, asn_per_outp_t *po) { asn_enc_rval_t er = { 0, 0, 0 }; (void)td; (void)cts; (void)sptr; (void)po; return er; } +size_t xer_whitespace_span(const void *chunk_buf, size_t chunk_size) { (void)chunk_buf; (void)chunk_size; return 0; } -- GitLab