structure comparison functions
diff --git a/skeletons/T61String.c b/skeletons/T61String.c
index afea666..694d2a0 100644
--- a/skeletons/T61String.c
+++ b/skeletons/T61String.c
@@ -17,6 +17,7 @@
 	"T61String",
 	OCTET_STRING_free,
 	OCTET_STRING_print,         /* non-ascii string */
+	OCTET_STRING_compare,
 	asn_generic_unknown_constraint,
 	OCTET_STRING_decode_ber,    /* Implemented in terms of OCTET STRING */
 	OCTET_STRING_encode_der,