diff options
author | Hans Nilsson <[email protected]> | 2017-10-10 10:32:35 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-10-12 16:44:25 +0200 |
commit | d0b998a96783e627f8f629b2ca3603ada0c82522 (patch) | |
tree | 04ce3d7ff704bf19d6b37e264a32d6a21d605d7d /lib/public_key/src/public_key.erl | |
parent | 4c9acce498df83106fb6b36e70386d3468673ce9 (diff) | |
download | otp-d0b998a96783e627f8f629b2ca3603ada0c82522.tar.gz otp-d0b998a96783e627f8f629b2ca3603ada0c82522.tar.bz2 otp-d0b998a96783e627f8f629b2ca3603ada0c82522.zip |
public_key: Remove extra unused element in internal pubkey_ssh:encode/2
Diffstat (limited to 'lib/public_key/src/public_key.erl')
-rw-r--r-- | lib/public_key/src/public_key.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public_key/src/public_key.erl b/lib/public_key/src/public_key.erl index 453f34de64..c6ab4d06ae 100644 --- a/lib/public_key/src/public_key.erl +++ b/lib/public_key/src/public_key.erl @@ -942,7 +942,6 @@ ssh_decode(SshBin, Type) when is_binary(SshBin), %%-------------------------------------------------------------------- -spec ssh_encode([{public_key(), Attributes::list()}], ssh_file()) -> binary() ; (public_key(), ssh2_pubkey) -> binary() - ; ({public_key(),atom()}, ssh2_pubkey) -> binary() . %% %% Description: Encodes a list of ssh file entries (public keys and |