[openssl.org #2433] Const char * parameter of ASN1_STRING_set_default_mask_asc

2011-01-17 Thread Chris Wilson via RT
Hi all, int ASN1_STRING_set_default_mask_asc(char *p) in crypto/asn1/a_strnid.c is unusual in that it doesn't mark its parameter as const, even though it doesn't try to modify it. This results in warnings from GCC from code that tries to pass a string constant to it, for example: if(!A

Re: [openssl.org #1334] Resolved: [PATCH] Cross-compile for Windows from Linux

2007-07-10 Thread Chris Wilson via RT
Hi all, On Sun, 8 Jul 2007, Andy Polyakov via RT wrote: > According to our records, your request has been resolved. If you have any > further questions or concerns, please respond to this message. No comments on the tracker entry. Please could you tell me how this is resolved? Cheers, Chris. -

[openssl.org #1334] [PATCH] Cross-compile for Windows from Linux

2006-05-23 Thread Chris Wilson via RT
[Patch, Linux/Windows, OpenSSL 0.9.8b] Hi all, First of all, thank you all for developing OpenSSL! I use it every day to protect my systems and my data. I want to be able to build Windows applications that use OpenSSL on Linux (especially Boxi, which I'm developing). So I needed to cross-buil