From 9e6910dc0c747c8f30b87f6482f4eadb48ad6654 Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 17 Jan 2011 10:45:22 +0000 Subject: emu/Nt/ipif.c --- appl/cmd/ssh/ciphernone.b | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 appl/cmd/ssh/ciphernone.b (limited to 'appl/cmd/ssh/ciphernone.b') diff --git a/appl/cmd/ssh/ciphernone.b b/appl/cmd/ssh/ciphernone.b new file mode 100644 index 00000000..01a7a1f3 --- /dev/null +++ b/appl/cmd/ssh/ciphernone.b @@ -0,0 +1,28 @@ +implement Cipher; + +include "sys.m"; + +include "ipints.m"; + ipints: IPints; + IPint: import ipints; + +include "crypt.m"; + +include "sshio.m"; + +id(): int +{ + return SSH_CIPHER_NONE; +} + +init(nil: array of byte, nil: int) +{ +} + +encrypt(nil: array of byte, nil: int) +{ +} + +decrypt(nil: array of byte, nil: int) +{ +} -- cgit v1.2.3