diff --git a/tests/aes-ctr.json b/tests/aes-ctr.json index 1f5a1d7e..44ba6a28 100644 --- a/tests/aes-ctr.json +++ b/tests/aes-ctr.json @@ -1,6 +1,6 @@ { "server":"127.0.0.1", - "server_port":8388, + "server_port":8389, "local_port":1081, "password":"aes_password", "timeout":60, diff --git a/tests/aes-gcm.json b/tests/aes-gcm.json index 271d7216..2f74baa0 100644 --- a/tests/aes-gcm.json +++ b/tests/aes-gcm.json @@ -1,6 +1,6 @@ { "server":"127.0.0.1", - "server_port":8388, + "server_port":8389, "local_port":1081, "password":"aes_password", "timeout":60, diff --git a/tests/aes.json b/tests/aes.json index 2fc29f3a..1b3b738b 100644 --- a/tests/aes.json +++ b/tests/aes.json @@ -1,6 +1,6 @@ { "server":"127.0.0.1", - "server_port":8388, + "server_port":8389, "local_port":1081, "password":"aes_password", "timeout":60, diff --git a/tests/chacha20-ietf-poly1305.json b/tests/chacha20-ietf-poly1305.json index 074dccbd..705393dd 100644 --- a/tests/chacha20-ietf-poly1305.json +++ b/tests/chacha20-ietf-poly1305.json @@ -1,6 +1,6 @@ { "server":"127.0.0.1", - "server_port":8388, + "server_port":8389, "local_port":1081, "password":"salsa20_password", "timeout":60, diff --git a/tests/chacha20-ietf.json b/tests/chacha20-ietf.json index a27987c4..2a062a4f 100644 --- a/tests/chacha20-ietf.json +++ b/tests/chacha20-ietf.json @@ -1,6 +1,6 @@ { "server":"127.0.0.1", - "server_port":8388, + "server_port":8389, "local_port":1081, "password":"salsa20_password", "timeout":60, diff --git a/tests/chacha20.json b/tests/chacha20.json index 6def51b5..5c316863 100644 --- a/tests/chacha20.json +++ b/tests/chacha20.json @@ -1,6 +1,6 @@ { "server":"127.0.0.1", - "server_port":8388, + "server_port":8389, "local_port":1081, "password":"chacha20_password", "timeout":60, diff --git a/tests/rc4-md5.json b/tests/rc4-md5.json index e69b4338..eb08beea 100644 --- a/tests/rc4-md5.json +++ b/tests/rc4-md5.json @@ -1,6 +1,6 @@ { "server":"127.0.0.1", - "server_port":8388, + "server_port":8389, "local_port":1081, "password":"aes_password", "timeout":60, diff --git a/tests/salsa20.json b/tests/salsa20.json index a4a664fd..3729b460 100644 --- a/tests/salsa20.json +++ b/tests/salsa20.json @@ -1,6 +1,6 @@ { "server":"127.0.0.1", - "server_port":8388, + "server_port":8389, "local_port":1081, "password":"salsa20_password", "timeout":60,