Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/null-mac.c')
-rw-r--r--stubs/null-mac.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/stubs/null-mac.c b/stubs/null-mac.c
new file mode 100644
index 00000000..4d836704
--- /dev/null
+++ b/stubs/null-mac.c
@@ -0,0 +1,11 @@
+/*
+ * Implementation of shared trivial routines that ssh2_mac
+ * implementations might use.
+ */
+
+#include "ssh.h"
+
+void nullmac_next_message(ssh2_mac *m)
+{
+ /* Most MACs don't do anything at all with this */
+}