On Tue, Jul 1, 2014 at 7:14 AM, Jeff Trawick <traw...@gmail.com> wrote:

> On Mon, Jun 30, 2014 at 5:14 PM, <dcrue...@qualitesys.com> wrote:
>
>> Hello
>>
>>
>>  openssl-SNAP-20140630
>>
>>     make ko
>>     in apps/speed.c:318:4
>>        warning: format '%d' expects argument of type 'init', but
>>  argument 3 has type 'DWORD' : BIO_printf(bio_err, "unable do
>>  CreateThread (%d)",ret);
>>
>
> need %ld for DWORD (does not change between 32-bit builds and 64-bit
> builds)
>

Whoops, as someone pointed out to me off-list, it is %lu.  (no help from
gcc -Wall :( )  Thanks, <anonymous>!


>
>
>>
>>     in apps/s_socket.c in function 'init_client_unix', storage size of
>>  'them' isn't known
>>        not configured as windows it seems
>>
>>  Question : how is this snapshot handled ?
>>
>> Didier
>>
>>
>> ______________________________________________________________________
>> OpenSSL Project                                 http://www.openssl.org
>> Development Mailing List                       openssl-dev@openssl.org
>> Automated List Manager                           majord...@openssl.org
>>
>
>
>
> --
> Born in Roswell... married an alien...
> http://emptyhammock.com/
> http://edjective.org/
>
>


-- 
Born in Roswell... married an alien...
http://emptyhammock.com/
http://edjective.org/

Reply via email to