Nils Larsch wrote:
Andreas Jellinghaus wrote:
Am Montag, 19. März 2007 23:30 schrieb Nils Larsch:
well, which platforms actually have a getpassphrase() function ?
Perhaps it's time to replace getpass() with something own
(getpass() isn't really nice anyway as it suppresses some signals).

we could use getpass_r() from curl (bsd licence), which works on win too.
http://curl.haxx.se/lxr/source/src/
getpass.[ch]

unless I've overlooked something I don't see where signals
are handled (we don't want to exit when the process receives
a signal and the echo flag of the terminal is still cleared).

this doesn't seem to be a real problem => the curl alternative looks fine

Nils
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to