How to build OpenSSL for WP8?

前端 未结 4 1205
我寻月下人不归
我寻月下人不归 2021-01-07 11:16

How to build OpenSSL for WP8?

AFAIK, we must replace winsock.h by winsock2.h because WP8 only supports winsock2.h. And maybe w

4条回答
  •  北恋
    北恋 (楼主)
    2021-01-07 11:44

    This is so that if anyone wants to build the new version of OpenSSL "1.0.1g" that fixes the Heartbleed problem you can follow the previous steps whit the following changes:

    I renamed the folder include to --include and create a new folder named include, the VS project will take care of copying the information, --include if you like you can remove this, when i build the project without this change there where compilation issues.

    Note: the include folder that i changed is the one found in the root not the one found under VSbuild

    Enjoy

提交回复
热议问题