Native Integer OER support
diff --git a/skeletons/NativeInteger.c b/skeletons/NativeInteger.c
index 16c6485..30be8f1 100644
--- a/skeletons/NativeInteger.c
+++ b/skeletons/NativeInteger.c
@@ -33,8 +33,8 @@
 	0,
 	0,
 #else
-	0,
-	0,
+	NativeInteger_decode_oer,	/* OER decoder */
+	NativeInteger_encode_oer,	/* Canonical OER encoder */
 #endif  /* ASN_DISABLE_OER_SUPPORT */
 #ifdef	ASN_DISABLE_PER_SUPPORT
 	0,