mirror of https://github.com/openssl/openssl.git
				
				
				
			Fix a gcc warning about possible fall through
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/5373)
This commit is contained in:
		
							parent
							
								
									c3d76bb254
								
							
						
					
					
						commit
						4d921bfb8b
					
				|  | @ -1155,6 +1155,7 @@ static handshake_status_t handshake_status(peer_status_t last_status, | ||||||
|              */ |              */ | ||||||
|             return INTERNAL_ERROR; |             return INTERNAL_ERROR; | ||||||
|         } |         } | ||||||
|  |         break; | ||||||
| 
 | 
 | ||||||
|     case PEER_RETRY: |     case PEER_RETRY: | ||||||
|         return HANDSHAKE_RETRY; |         return HANDSHAKE_RETRY; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue