Rm _CRT_SECURE_NO_DEPRECATE for programs
(Already in config.h.)
diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c
index d487739..f773f1e 100644
--- a/programs/pkey/dh_genprime.c
+++ b/programs/pkey/dh_genprime.c
@@ -23,14 +23,10 @@
* 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 <stdio.h>
-#include "polarssl/config.h"
-
#include "polarssl/bignum.h"
#include "polarssl/entropy.h"
#include "polarssl/ctr_drbg.h"