>> It does complain! :-)
>> Attached patch fix the problem on cygwin.
>
> Does it mean that you can in fact confirm that modified speed.c runs
> without "hanging"?

Yes, modified speed.c, being compiled in the same Cygwin environment
as before, runs without "hanging" for all hashes.
Interesting, why we do not have such effect fo ciphers and for "three
selected hashes"....

> BTW,
> do you get same KBps values?
>

Before patch:

The 'numbers' are in 1000s of bytes per second processed.
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
sha256           32264.54k    75889.08k   133579.66k   166999.63k   177915.57k
sha512           17319.36k    69456.32k   103750.87k   144978.57k   166290.93k
whirlpool        22616.29k    51999.79k    91632.37k   108593.83k    99194.67k
rc4             423843.86k   533050.06k   558939.38k   597673.15k   604000.56k
idea cbc         64826.69k    65397.38k    67318.14k    66839.71k    66455.04k
aes-128 cbc      95172.64k   107472.19k   110012.39k   176664.53k   177304.57k
aes-256 cbc      69245.45k    77572.27k    79714.56k   128283.83k   128298.72k


After the patch:

The 'numbers' are in 1000s of bytes per second processed.
type                 16 bytes       64 bytes       256 bytes     1024
bytes   8192 bytes
sha256             32567.32k    76673.55k   130986.27k   162825.57k   178479.48k
sha512             17374.95k    70081.18k   105646.81k   143291.62k   164904.29k
whirlpool           22472.70k    52594.12k    91494.43k   109679.24k
100349.95k
rc4                   435291.94k   548119.26k   579422.27k
597697.81k   608022.70k
idea cbc            63872.42k    66033.29k    66642.98k    68983.62k
 67100.26k
aes-128 cbc      96134.45k   106319.68k   110688.68k   178169.51k   179018.97k
aes-256 cbc      69849.36k    79412.17k    80094.75k   127889.70k   130016.22k


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to