Rebuild for wheezy-backports.
[mech_eap.git] / mech_eap / gssapiP_eap.h
index ebb42bf..0a81cd8 100644 (file)
@@ -407,6 +407,12 @@ gssEapInitiatorInit(OM_uint32 *minor);
 void
 gssEapFinalize(void);
 
+
+  /*If built as a library on Linux, don't respect environment when set*uid*/
+#ifdef HAVE_SECURE_GETENV
+#define getenv secure_getenv
+#endif
+
 #ifdef __cplusplus
 }
 #endif