Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loyess committed Jul 4, 2020
1 parent 9ac0c98 commit f542d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare/simple_tls_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,14 @@ check_port_for_simple_tls(){

install_prepare_libev_simple_tls(){
simple_tls_version
# LatestRelease
# v0.3.4
if [[ ${SimpleTlsVer} = "1" ]]; then
transport_mode_menu
get_input_server_name
is_add_random_header
fi

# v0.3.4
# LatestRelease
if [[ ${SimpleTlsVer} = "2" ]]; then
libev_simple_tls=1
get_input_server_name
Expand Down

0 comments on commit f542d2e

Please sign in to comment.