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
path: root/ssh.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>1999-01-08 16:10:19 +0300
committerSimon Tatham <anakin@pobox.com>1999-01-08 16:10:19 +0300
commit60ab6a5d829dbc56dc9e3f1a4f6f816127eee2a4 (patch)
tree3a9ca61ceea03a04f5403571318d1e99d99cd26b /ssh.h
parentc74130d423fd83a65c51b7634e3c34aaf557ae68 (diff)
John Sullivan's patches plus more fixes:
- Stop using the identifier `environ' as some platforms make it a macro - Fix silly error box at end of connection in FWHACK mode - Fix GPF on maximise-then-restore - Use SetCapture to allow drag-selecting outside the window - Correctly update window title when iconic and in win_name_always mode [originally from svn r12]
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh.h b/ssh.h
index 260d0629..5c72eeb1 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,3 +1,5 @@
+#include <string.h>
+
struct RSAKey {
int bits;
int bytes;