aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-06-27 14:19:00 +0200
committerHans Nilsson <[email protected]>2019-06-27 14:19:00 +0200
commitd545b771d09f4af494ed829f735639e638a3992e (patch)
treeaea8b87d7beffa3e9057bd57a382841d47abc212 /lib/ssh
parenta60e5433f7115d7ef245638767c723f1c336a9e6 (diff)
parent2630808e2eedb99dc29d6c9755947f0cb087288a (diff)
downloadotp-d545b771d09f4af494ed829f735639e638a3992e.tar.gz
otp-d545b771d09f4af494ed829f735639e638a3992e.tar.bz2
otp-d545b771d09f4af494ed829f735639e638a3992e.zip
Merge branch 'maint'
* maint: crypto: Fix the build of static crypto nifs Remove unused "ssh_assert" macro definition Remove unused "ssh_key" record definition
Diffstat (limited to 'lib/ssh')
-rw-r--r--lib/ssh/src/ssh.hrl15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index 0014002192..a991f72cf2 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -479,14 +479,6 @@
recv_ext_info
}).
--record(ssh_key,
- {
- type,
- public,
- private,
- comment = ""
- }).
-
-record(ssh_pty, {term = "", % e.g. "xterm"
width = 80,
height = 25,
@@ -494,13 +486,6 @@
pixel_height = 768,
modes = <<>>}).
-%% assertion macro
--define(ssh_assert(Expr, Reason),
- case Expr of
- true -> ok;
- _ -> exit(Reason)
- end).
-
%% dbg help macros
-define(wr_record(N,BlackList),