Skip to content

Commit

Permalink
Merge branch 'hotfix/encoder_init'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzql committed Jun 26, 2017
2 parents 0e657f0 + 4f95484 commit 39e6aee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/shadowsocks/encoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ defmodule Shadowsocks.Encoder do
def init(method, pass) do
{method, kv_len, type} = @methods[method]

method = @methods[method]
{key, iv} = gen_key_iv(kv_len, pass)

%Shadowsocks.Encoder{method: method,
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Shadowsocks.Mixfile do

def project do
[app: :shadowsocks,
version: "0.2.2",
version: "0.2.3",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 39e6aee

Please sign in to comment.