RE: unresolved external symbol _strsep

2002-11-16 Thread Daniel Conte de Leon
Richard,

Yes, I downloaded a newer version and it compiled all right.

Thank you.

Daniel.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Richard Levitte - VMS
Whacker
Sent: Saturday, November 16, 2002 2:05 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: unresolved external symbol _strsep


In message <[EMAIL PROTECTED]> on Fri, 15
Nov 2002 20:51:13 -0800, "Daniel Conte de Leon" <[EMAIL PROTECTED]>
said:

danielc> I am trying to compile using VC 6,
danielc> and I am having the following error when linking:
danielc>
danielc> evp_test.obj : error LNK2001: unresolved external symbol _strsep

Which version are you talking about?  This has been solved in 0.9.7
beta3.

--
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See  for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: unresolved external symbol _strsep

2002-11-16 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 15 Nov 2002 
20:51:13 -0800, "Daniel Conte de Leon" <[EMAIL PROTECTED]> said:

danielc> I am trying to compile using VC 6,
danielc> and I am having the following error when linking:
danielc> 
danielc> evp_test.obj : error LNK2001: unresolved external symbol _strsep

Which version are you talking about?  This has been solved in 0.9.7
beta3.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See  for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: [PATCH] Windows CE support for 0.9.7 (against 20021114snapshot)

2002-11-16 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sat, 16 Nov 2002 
15:18:12 +1100, "Steven Reddie" <[EMAIL PROTECTED]> said:

smr> Everything is done from the Windows box.  The test*ce*.bat files use cecopy
smr> to copy files to the device and cerun to invoke the test programs.  The
smr> output of the tests is redirected back through cerun, kind of like using
smr> rsh.

Thanks.  I guess this should be rather clear if you're actually a CE
user :-).

smr> I'll look into the time_t problem and get back to you later today.

Thanks.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See  for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: [PATCH] Windows CE support for 0.9.7 (against 20021114snapshot)

2002-11-16 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sat, 16 Nov 2002 
15:15:10 +1100, "Steven Reddie" <[EMAIL PROTECTED]> said:

smr> Could you please replace util/pl/VC-CE.pl with the one in the
smr> root directory, or just change the double quotes around $lflags
smr> at line#16 with single quotes.

Done and committed.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See  for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: [PATCH] Windows CE support for 0.9.7 (against 20021114snapshot)

2002-11-16 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sat, 16 Nov 2002 
14:50:33 +1100, "Steven Reddie" <[EMAIL PROTECTED]> said:

smr> I thought that OPENSSL_SYSNAME_* was the new way of doing things, so I
smr> changed the Microsoft standard UNDER_CE to OPENSSL_SYSNAME_WINCE at the last
smr> minute.  I think I had to pull in e_os.h in one of the files to make sure
smr> this was defined.  I'll change it all back.

No need to change it back.  The OPENSSL_SYSNAME macros are used in
e_os2.h to define appropriate OPENSSL_SYS macros.  The latter are then
used throughout the code.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See  for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]