avoid "statement not reached" warning
diff --git a/crypto/objects/obj_dat.c b/crypto/objects/obj_dat.c index fbbc038..8094c7d 100644 --- a/crypto/objects/obj_dat.c +++ b/crypto/objects/obj_dat.c
@@ -176,7 +176,6 @@ /* abort(); */ return 0; } - return(1); /* should not get here */ } static int init_added(void)