PeterMosmans / openssl

'Extra featured' OpenSSL with ChaCha20 and Poly1305 support
https://onwebsecurity.com/pages/openssl.html
Other
92 stars 18 forks source link

Fix VC9 x86 build: declaration at begin of block #33

Closed Jan-E closed 8 years ago

Jan-E commented 8 years ago

See https://www.apachelounge.com/viewtopic.php?p=32641#32641 for the use case. The only known 256-bits cipher for http/2. Sadly enough only supported in Chrome.

PeterMosmans commented 8 years ago

Thanks for the fix and pull request, appreciated!

Peter