Re: overloaded functions..commenting out doesn't works!!

2001-01-04 Thread Lutz Jaenicke
On Thu, Jan 04, 2001 at 11:24:07AM -0800, Fateh Kausar wrote: > System = SunOS > Release = 5.6 > KernelID = Generic_105181-19 > Machine = sun4u > Compiler = gcc for sparc-sun-solaris2.6 > > I have successfully installed OpenSSL and it is while compiling the code > where I am making use of the SSL

RE: overloaded functions..commenting out doesn't works!!

2001-01-04 Thread Fateh Kausar
time error!! Thanks & regds, -Fateh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lutz Jaenicke Sent: Thursday, January 04, 2001 10:58 AM To: [EMAIL PROTECTED] Subject: Re: overloaded functions..commenting out doesn't works!! On Thu, Jan 04, 2

Re: overloaded functions..commenting out doesn't works!!

2001-01-04 Thread Larry Rosenman
* Lutz Jaenicke <[EMAIL PROTECTED]> [010104 12:59]: > On Thu, Jan 04, 2001 at 10:30:49AM -0800, Fateh Kausar wrote: > > I am so thankful to you.It finally worked, but could you please tell me why > > my code was building fine when I was not using OpenSSL. > > Thanks and regards. > > -Fateh > > >

Re: overloaded functions..commenting out doesn't works!!

2001-01-04 Thread Lutz Jaenicke
On Thu, Jan 04, 2001 at 10:30:49AM -0800, Fateh Kausar wrote: > I am so thankful to you.It finally worked, but could you please tell me why > my code was building fine when I was not using OpenSSL. > Thanks and regards. > -Fateh > > P.S. But the problem with des.h stays for I am forcing the OpenS

RE: overloaded functions..commenting out doesn't works!!

2001-01-04 Thread Fateh Kausar
n Behalf Of Lutz Jaenicke Sent: Thursday, January 04, 2001 1:06 AM To: [EMAIL PROTECTED] Subject: Re: overloaded functions..commenting out doesn't works!! On Wed, Jan 03, 2001 at 05:55:05PM -0800, Fateh Kausar wrote: > The des.h translation unit says > > #ifdef HEADER_DES_LOCL_H &g

Re: overloaded functions..commenting out doesn't works!!

2001-01-04 Thread Lutz Jaenicke
On Wed, Jan 03, 2001 at 05:55:05PM -0800, Fateh Kausar wrote: > The des.h translation unit says > > #ifdef HEADER_DES_LOCL_H > char *crypt(const char *buf,const char *salt); > #else > char *crypt(); > #endif > > I tried forcing the OpenSSL library to use char *crypt(const char*, const > char*) b