diff --git a/0.76_My_PuTTY/tree234.c b/0.76_My_PuTTY/tree234.c index c0935e5..17cdf64 100644 --- a/0.76_My_PuTTY/tree234.c +++ b/0.76_My_PuTTY/tree234.c @@ -534,8 +534,10 @@ void *findrelpos234(tree234 * t, void *e, cmpfn234 cmp, void *toret; /* Only LT / GT relations are permitted with a null query element. */ +#ifndef MOD_PERSO assert(!(equal_permitted && !e)); - +#endif + if (cmp == NULL) cmp = t->cmp; diff --git a/0.76_My_PuTTY/version.h b/0.76_My_PuTTY/version.h index 8587cf1..73f3e43 100644 --- a/0.76_My_PuTTY/version.h +++ b/0.76_My_PuTTY/version.h @@ -1,5 +1,5 @@ #define RELEASE 0.76 #define TEXTVER "Release 0.76" #define SSHVER "-Release-0.76" -#define BINARY_VERSION 0,76,0,1 +#define BINARY_VERSION 0,76,0,2 #define SOURCE_COMMIT "unavailable" diff --git a/0.76_My_PuTTY/windows/version_minor.txt b/0.76_My_PuTTY/windows/version_minor.txt index d00491f..0cfbf08 100644 --- a/0.76_My_PuTTY/windows/version_minor.txt +++ b/0.76_My_PuTTY/windows/version_minor.txt @@ -1 +1 @@ -1 +2 diff --git a/0.76_My_PuTTY/windows/wincons.c b/0.76_My_PuTTY/windows/wincons.c index 7722708..876550c 100644 --- a/0.76_My_PuTTY/windows/wincons.c +++ b/0.76_My_PuTTY/windows/wincons.c @@ -72,6 +72,9 @@ int console_verify_ssh_host_key( ssh2_pick_default_fingerprint(fingerprints); fprintf(stderr, common_fmt, keytype, fingerprints[fptype_default]); + #ifdef MOD_PERSO + if( !GetAutoStoreSSHKeyFlag() ) +#endif if (console_batch_mode) { fputs(console_abandoned_msg, stderr); return 0; @@ -84,7 +87,7 @@ int console_verify_ssh_host_key( line[0] = '\0'; /* fail safe if ReadFile returns no data */ - #ifdef MOD_PERSO +#ifdef MOD_PERSO if( GetAutoStoreSSHKeyFlag() ) { fprintf( stderr, "\nAutostore key is on\n" ); strcpy(line,"y\r\n"); diff --git a/0.76_My_PuTTY/windows/winpgen.c b/0.76_My_PuTTY/windows/winpgen.c index bb3b614..2b39566 100644 --- a/0.76_My_PuTTY/windows/winpgen.c +++ b/0.76_My_PuTTY/windows/winpgen.c @@ -1034,7 +1034,9 @@ void load_key_file(HWND hwnd, struct MainDlgState *state, ret = -2; break; } +#ifndef MOD_PERSO assert(passphrase != NULL); +#endif } else passphrase = dupstr(""); if (type == SSH_KEYTYPE_SSH1) { diff --git a/docs/bitcoin.html b/docs/bitcoin.html index b69b7bc..1c0ae05 100644 --- a/docs/bitcoin.html +++ b/docs/bitcoin.html @@ -3,14 +3,32 @@
-
Please Donate To Bitcoin Address: [[address]]
+
-
-
+