From a230b26e0959dc5f072fbbdadcc9ed45e904c50c Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Fri, 5 Aug 2016 19:03:17 +0200 Subject: Indent ssl/ Run util/openssl-format-source on ssl/ Some comments and hand-formatted tables were fixed up manually by disabling auto-formatting. Reviewed-by: Rich Salz --- ssl/statem/statem.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ssl/statem/statem.h') diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h index e2aef15583..2fca39b0db 100644 --- a/ssl/statem/statem.h +++ b/ssl/statem/statem.h @@ -71,7 +71,6 @@ typedef enum { WRITE_STATE_POST_WORK } WRITE_STATE; - /***************************************************************************** * * * This structure should be considered "opaque" to anything outside of the * @@ -89,13 +88,10 @@ struct ossl_statem_st { OSSL_HANDSHAKE_STATE hand_state; int in_init; int read_state_first_init; - /* true when we are actually in SSL_accept() or SSL_connect() */ int in_handshake; - /* Should we skip the CertificateVerify message? */ unsigned int no_cert_verify; - int use_timer; #ifndef OPENSSL_NO_SCTP int in_sctp_read_sock; @@ -103,7 +99,6 @@ struct ossl_statem_st { }; typedef struct ossl_statem_st OSSL_STATEM; - /***************************************************************************** * * * The following macros/functions represent the libssl internal API to the * @@ -126,5 +121,3 @@ __owur int ossl_statem_app_data_allowed(SSL *s); void ossl_statem_set_sctp_read_sock(SSL *s, int read_sock); __owur int ossl_statem_in_sctp_read_sock(SSL *s); #endif - - -- cgit v1.2.3