aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_transport.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-06-11 10:38:10 +0200
committerHans Nilsson <[email protected]>2019-06-11 10:38:10 +0200
commitf9f8e4137cc2860444fdf412c5dbf9b7d0cb1cf3 (patch)
treeed217becc819d766b548e11a46d46fff49d420fa /lib/ssh/src/ssh_transport.erl
parentf4b64d3ddaaedf29c81a32af291104279fbbfdce (diff)
parentf422241a1a2be4a69041e5fce35a18fcddd75e83 (diff)
downloadotp-f9f8e4137cc2860444fdf412c5dbf9b7d0cb1cf3.tar.gz
otp-f9f8e4137cc2860444fdf412c5dbf9b7d0cb1cf3.tar.bz2
otp-f9f8e4137cc2860444fdf412c5dbf9b7d0cb1cf3.zip
Merge branch 'hans/ssh/internal_cleaning/PR-2255/PR-2256/OTP-15876' into maint
* hans/ssh/internal_cleaning/PR-2255/PR-2256/OTP-15876: Remove duplication of SSH encoding macros Remove duplicate ssh_userauth.hrl
Diffstat (limited to 'lib/ssh/src/ssh_transport.erl')
-rw-r--r--lib/ssh/src/ssh_transport.erl8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/ssh/src/ssh_transport.erl b/lib/ssh/src/ssh_transport.erl
index eaab13433a..a85926354e 100644
--- a/lib/ssh/src/ssh_transport.erl
+++ b/lib/ssh/src/ssh_transport.erl
@@ -61,14 +61,6 @@
-export([pack/3, adjust_algs_for_peer_version/2]).
-export([decompress/2, decrypt_blocks/3, is_valid_mac/3 ]). % FIXME: remove
--define(Estring(X), ?STRING((if is_binary(X) -> X;
- is_list(X) -> list_to_binary(X);
- X==undefined -> <<>>
- end))).
--define(Empint(X), (ssh_bits:mpint(X))/binary ).
--define(Ebinary(X), ?STRING(X) ).
--define(Euint32(X), ?UINT32(X) ).
-
%%%----------------------------------------------------------------------------
%%%
%%% There is a difference between supported and default algorithms. The