Rm _CRT_SECURE_NO_DEPRECATE for programs

(Already in config.h.)
This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-20 13:30:43 +02:00
parent 3bd2aae5a5
commit abd6e02b7b
42 changed files with 42 additions and 208 deletions

View file

@ -23,16 +23,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _CRT_SECURE_NO_DEPRECATE
#define _CRT_SECURE_NO_DEPRECATE 1
#endif
#include "polarssl/config.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "polarssl/config.h"
#include "polarssl/error.h"
#define USAGE \