summaryrefslogtreecommitdiff
path: root/src/protocol/internal/ssh_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/internal/ssh_error.h')
-rw-r--r--src/protocol/internal/ssh_error.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/protocol/internal/ssh_error.h b/src/protocol/internal/ssh_error.h
new file mode 100644
index 0000000..1a0fd32
--- /dev/null
+++ b/src/protocol/internal/ssh_error.h
@@ -0,0 +1,10 @@
+#ifndef SSH_ERROR_H
+#define SSH_ERROR_H
+
+enum {
+ ESECRET = 1,
+ ERSA,
+ ECRYPT,
+};
+
+#endif