acl/resource
2016-03-24 14:44:18 +08:00
..
polarssl-1.2.18-gpl.tgz update polarssl to 1.2.18; prepare for releasing new acl version 2015-12-08 06:28:10 -08:00
protobuf-2.6.0.tar.gz 线程池服务模板功能改进及 protobuf 包更新 2014-11-25 19:44:37 +08:00
readme.txt 整理了一些文件格式 2014-11-19 00:25:21 +08:00
tinycdb-0.78.tar.gz make master_threads more safety for avoiding socket_stream exception 2016-03-24 14:44:18 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

一、在 WIN32 平台下如何编译 polarssl.1.2.11
1、必须得用 VC2010 编译(当用 VC2012 打开时不要更新工程文件)
2、若使用 ACL 的静态库方式,则 polarssl
也必须采用静态库编译方式Multi-threaded Debug (/MTd) 或 Multi-threaded
(/MT)
3、若想在 lib_acl_cpp/src/stream/polarssl_io.cpp 中使用 havege_init
的随机生成算法,则需打开 include/polarssl/config.h 中,打开 "#define
POLARSSL_HAVEGE_C" 的编译开关