Adapt sources to configurable config.h name
This commit is contained in:
parent
27f1caed02
commit
cef4ad2509
155 changed files with 621 additions and 1 deletions
library
|
@ -25,7 +25,11 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#if !defined(POLARSSL_CONFIG_FILE)
|
||||
#include "polarssl/config.h"
|
||||
#else
|
||||
#include POLARSSL_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_OID_C)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue