aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-10-31 15:34:39 +0100
committerHans Nilsson <[email protected]>2018-11-19 17:23:34 +0100
commit4c3e66d5969e1abe2c8827b756edd860555038a8 (patch)
tree52905f0a3f542916d22e2c6763e1eba62918a512 /lib/ssh/src/ssh.hrl
parentaa1562a060cb91214acb639b9be9e1c6a59db884 (diff)
downloadotp-4c3e66d5969e1abe2c8827b756edd860555038a8.tar.gz
otp-4c3e66d5969e1abe2c8827b756edd860555038a8.tar.bz2
otp-4c3e66d5969e1abe2c8827b756edd860555038a8.zip
ssh: Cleaning and polishing of ssh_auth
No intentional api changes. Only to make the code less hard to read.
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r--lib/ssh/src/ssh.hrl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index b0a35e0eab..aa4b3ef098 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -380,8 +380,6 @@
algorithms, %% #alg{}
- io_cb, %% Interaction callback module
-
send_mac = none, %% send MAC algorithm
send_mac_key, %% key used in send MAC algorithm
send_mac_size = 0,