Re: [opensc-devel] [opensc-commits] svn opensc changed[4266] tools: thanks to Ludovic; check for getline() in configure.ac and use 'HAVE_GETLINE' macro in get password procedure.

2010-04-26 Thread Andreas Jellinghaus
Am Montag 26 April 2010 14:29:43 schrieb webmas...@opensc-project.org: > Revision: 4266 > Author: viktor.tarasov > Date: 2010-04-26 12:29:42 + (Mon, 26 Apr 2010) ... > - buf[i] = _getch(); > + /* buf[i] = _getch(); */ > + buf[i] = getchar(); _getch()

Re: [opensc-devel] [OpenSC] #120: pkcs15-init needs to accept ctrl-c

2010-04-26 Thread Andreas Jellinghaus
Am Sonntag 25 April 2010 20:56:44 schrieb Ludovic Rousseau: > And on Mac OS X Snow Leopard I do not have getline(). > > Maybe a correct solution is to test for the presence of getline in > configure.ac and use > #ifdef HAVE_GETLINE > #else > /* Windows and Mac OS X */ > #endif ah. windows is not

Re: [opensc-devel] [OpenSC] #120: pkcs15-init needs to accept ctrl-c

2010-04-26 Thread Viktor TARASOV
Ludovic Rousseau wrote: > 2010/4/15 Andreas Jellinghaus : > >> Am Donnerstag 15 April 2010 19:41:45 schrieb OpenSC: >> >>> #120: pkcs15-init needs to accept ctrl-c >>> +-- >>> - Reporter: aj | Owner: opensc

Re: [opensc-devel] [SPAM] Re: "pkcs15-init -U" question

2010-04-26 Thread Viktor TARASOV
Xiaoshuo Wu wrote: > On Sun, 25 Apr 2010 01:43:54 +0800, Viktor TARASOV > wrote: > >> Try r4265. >> > Way ahead of me. It works fine, thank you very much! > > Seems tmp_path obtained in > http://www.opensc-project.org/opensc/browser/trunk/src/pkcs15init/pkcs15-lib.c?rev=4265#L2811 > > is not u