From 85b094dcba40140082a765fbe14420cbf57af20b Mon Sep 17 00:00:00 2001 From: v0-e Date: Fri, 1 Dec 2023 18:20:43 +0000 Subject: [PATCH] jer: GraphicString missing operation definition --- skeletons/GraphicString.c | 1 + 1 file changed, 1 insertion(+) diff --git a/skeletons/GraphicString.c b/skeletons/GraphicString.c index d350eace3..5a885ccbe 100644 --- a/skeletons/GraphicString.c +++ b/skeletons/GraphicString.c @@ -39,6 +39,7 @@ asn_TYPE_operation_t asn_OP_GraphicString = { OCTET_STRING_encode_jer, /* Can't expect it to be ASCII/UTF8 */ #else 0, + 0, #endif /* !defined(ASN_DISABLE_JER_SUPPORT) */ #if !defined(ASN_DISABLE_OER_SUPPORT) OCTET_STRING_decode_oer,