Re: Problems with compiling NSS source code.

2007-11-22 Thread D3|\||\|!$
On Nov 22, 12:33 pm, Nelson Bolyard <[EMAIL PROTECTED]> wrote: > D3|\||\|!$ wrote: > > Thanks again for the information. Now I want to modify the selfserv.c > > to show the message sent in from the client-side... > > Doesn't selfserv's -v option do that already? NO. It simply shows the handshake d

Re: Problems with compiling NSS source code.

2007-11-21 Thread Nelson Bolyard
D3|\||\|!$ wrote: > Thanks again for the information. Now I want to modify the selfserv.c > to show the message sent in from the client-side... Doesn't selfserv's -v option do that already? ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla

Re: Problems with compiling NSS source code.

2007-11-20 Thread D3|\||\|!$
On Nov 20, 6:28 pm, David Stutzman wrote: > D3|\||\|!$ wrote: > > Thanks again for the information. Now I want to modify the selfserv.c > > to show the message sent in from the client-side... > > > I tried to achieve this by inserting a PR_Read(listen_sock, Buffer , > > Buffersize) after PR_Accept

Re: Problems with compiling NSS source code.

2007-11-20 Thread David Stutzman
D3|\||\|!$ wrote: > Thanks again for the information. Now I want to modify the selfserv.c > to show the message sent in from the client-side... > > I tried to achieve this by inserting a PR_Read(listen_sock, Buffer , > Buffersize) after PR_Accept on line 1239 in selfserv.c and then using > an FPRI

Re: Problems with compiling NSS source code.

2007-11-20 Thread D3|\||\|!$
Thanks again for the information. Now I want to modify the selfserv.c to show the message sent in from the client-side... I tried to achieve this by inserting a PR_Read(listen_sock, Buffer , Buffersize) after PR_Accept on line 1239 in selfserv.c and then using an FPRINTF to print the contents of b

Re: Problems with compiling NSS source code.

2007-11-17 Thread Wan-Teh Chang
On Nov 17, 2007 1:59 AM, D3!$ <[EMAIL PROTECTED]> wrote: > > Thank a lot for the information. I tried compiling as per your > instructions but now there is this file berparse.c which is throwing > approx 90 compile errors berparse.c doesn't need to be compiled. You only need to compile th

Re: Problems with compiling NSS source code.

2007-11-17 Thread D3|\||\|!$
On Nov 16, 11:07 pm, "Wan-Teh Chang" <[EMAIL PROTECTED]> wrote: > On Nov 16, 2007 4:19 AM, D3!$ <[EMAIL PROTECTED]> wrote: > > > Hi!!! > > > I have been trying to compile the selfserv.c file given in NSS using VC > > ++ 2005 Express Edition. But it is throwing up linker errors despite > > inclu

Re: Problems with compiling NSS source code.

2007-11-16 Thread Wan-Teh Chang
On Nov 16, 2007 4:19 AM, D3!$ <[EMAIL PROTECTED]> wrote: > Hi!!! > > I have been trying to compile the selfserv.c file given in NSS using VC > ++ 2005 Express Edition. But it is throwing up linker errors despite > including the libs & dlls in the NSS package. > > All the functions that are caus