X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=macosx%2Fosxwin.m;h=062913694b06cfbdf9101d0212a1dec6c08d1fa3;hb=4b8a86b1ac4acd857fd607f5da1a8cc8416b61ce;hp=3bf85cd842bd2fdf450e83c4c277f8b30a4702e7;hpb=5904545cc18289541702da284b00490cb25a753e;p=PuTTY.git diff --git a/macosx/osxwin.m b/macosx/osxwin.m index 3bf85cd8..06291369 100644 --- a/macosx/osxwin.m +++ b/macosx/osxwin.m @@ -888,7 +888,7 @@ int from_backend_untrusted(void *frontend, const char *data, int len) return [win fromBackendUntrusted:data len:len]; } -int get_userpass_input(prompts_t *p, unsigned char *in, int inlen) +int get_userpass_input(prompts_t *p, const unsigned char *in, int inlen) { SessionWindow *win = (SessionWindow *)p->frontend; Terminal *term = [win term];