mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
This fixes several security vulnerabilities and unexpires the port because it moves to Python 3. PR: 241347 Submitted by: lukas.slebodnik@intrak.sk (initial patch) MFH: 2020Q4 Security: CVE-2018-16838 Security: CVE-2019-3811
11 lines
308 B
C
11 lines
308 B
C
diff --git src/util/util.h src/util/util.h
|
|
index 1e36bf02a..e883f322f 100644
|
|
--- src/util/util.h
|
|
+++ src/util/util.h
|
|
@@ -733,4 +733,6 @@ errno_t create_preauth_indicator(void);
|
|
#define N_ELEMENTS(arr) (sizeof(arr) / sizeof(arr[0]))
|
|
#endif
|
|
|
|
+#include "util/sss_bsd_errno.h"
|
|
+
|
|
#endif /* __SSSD_UTIL_H__ */
|