ber_dec_rval_t -> asn_dec_rval_t

diff --git a/asn1c/tests/check-62.c b/asn1c/tests/check-62.c
index dd19013..0694df8 100644
--- a/asn1c/tests/check-62.c
+++ b/asn1c/tests/check-62.c
@@ -58,7 +58,7 @@
 
 static T_t *
 load_object(enum expectation expectation, char *fbuf, int size) {
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	T_t *st = 0;
 	int csize;