X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fstatem%2Fstatem.h;h=44c1dd45bcac2630f7aa6c081697dadf64c9fb44;hp=873ed0e7bf6b68a5778c704e5d78dfa53a2e9501;hb=35bf6e05371de3aebd83dc630125a108ec4a5e70;hpb=a455d0f6fff7bdac2b991715e7bf5b000e2274af diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h index 873ed0e7bf..44c1dd45bc 100644 --- a/ssl/statem/statem.h +++ b/ssl/statem/statem.h @@ -132,7 +132,7 @@ struct statem_st { enum WORK_STATE write_state_work; enum READ_STATE read_state; enum WORK_STATE read_state_work; - enum HANDSHAKE_STATE hand_state; + OSSL_HANDSHAKE_STATE hand_state; int in_init; int read_state_first_init; int use_timer;