|  | @@ -523,7 +523,7 @@ rend_data_get_address(const rend_data_t *rend_data)
 | 
	
		
			
				|  |  |      return TO_REND_DATA_V2(rend_data)->onion_address;
 | 
	
		
			
				|  |  |    default:
 | 
	
		
			
				|  |  |      /* We should always have a supported version. */
 | 
	
		
			
				|  |  | -    tor_assert(0);
 | 
	
		
			
				|  |  | +    tor_assert_unreached();
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -546,7 +546,7 @@ rend_data_get_desc_id(const rend_data_t *rend_data, uint8_t replica,
 | 
	
		
			
				|  |  |      return TO_REND_DATA_V2(rend_data)->descriptor_id[replica];
 | 
	
		
			
				|  |  |    default:
 | 
	
		
			
				|  |  |      /* We should always have a supported version. */
 | 
	
		
			
				|  |  | -    tor_assert(0);
 | 
	
		
			
				|  |  | +    tor_assert_unreached();
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -569,7 +569,7 @@ rend_data_get_pk_digest(const rend_data_t *rend_data, size_t *len_out)
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |    default:
 | 
	
		
			
				|  |  |      /* We should always have a supported version. */
 | 
	
		
			
				|  |  | -    tor_assert(0);
 | 
	
		
			
				|  |  | +    tor_assert_unreached();
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -1814,4 +1814,3 @@ hs_inc_rdv_stream_counter(origin_circuit_t *circ)
 | 
	
		
			
				|  |  |      tor_assert_nonfatal_unreached();
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 |