summaryrefslogtreecommitdiff
path: root/appl/cmd/ssh/ciphernone.b
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2011-01-17 11:10:35 +0000
committerforsyth <forsyth@vitanuova.com>2011-01-17 11:10:35 +0000
commitd6b4eae8eb0a5ca3119414005e483fedd63a62d6 (patch)
tree4959b04b1ae02ce5ccb4b3c0a8c459ff46587eb7 /appl/cmd/ssh/ciphernone.b
parent9e6910dc0c747c8f30b87f6482f4eadb48ad6654 (diff)
20110117-1110
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)
-{
-}