Rm _CRT_SECURE_NO_DEPRECATE for programs
(Already in config.h.)
diff --git a/programs/test/o_p_test.c b/programs/test/o_p_test.c
index dd488d7..bf54752 100644
--- a/programs/test/o_p_test.c
+++ b/programs/test/o_p_test.c
@@ -23,9 +23,7 @@
* 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 <string.h>
#include <stdio.h>
@@ -38,8 +36,6 @@
#include <openssl/pem.h>
#include <openssl/bio.h>
-#include "polarssl/config.h"
-
#include "polarssl/pk.h"
#include "polarssl/x509.h"
#include "polarssl/entropy.h"