diff options
Diffstat (limited to 'oxish-proto/src/lib.rs')
| -rw-r--r-- | oxish-proto/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oxish-proto/src/lib.rs b/oxish-proto/src/lib.rs index be7b0ea..ec28fd8 100644 --- a/oxish-proto/src/lib.rs +++ b/oxish-proto/src/lib.rs @@ -25,6 +25,7 @@ pub mod key_exchange; /// Named algorithms, services and methods, and name-list encoding (RFC 4251 section 5) pub mod named; use named::PublicKeyAlgorithm; +pub mod openssh; /// Protocol version exchange identification string /// |
