summaryrefslogtreecommitdiff
path: root/appl/cmd/ssh/ciphernone.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/ssh/ciphernone.b')
-rw-r--r--appl/cmd/ssh/ciphernone.b28
1 files changed, 0 insertions, 28 deletions
diff --git a/appl/cmd/ssh/ciphernone.b b/appl/cmd/ssh/ciphernone.b
deleted file mode 100644
index 01a7a1f3..00000000
--- a/appl/cmd/ssh/ciphernone.b
+++ /dev/null
@@ -1,28 +0,0 @@
-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)
-{
-}