]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 7 Apr 2020 13:06:06 +0000 (09:06 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 7 Apr 2020 13:09:58 +0000 (09:09 -0400)
src/include/missing-h

index bb74e060b9e4c54c94947d7bc9666ea95ff90370..5698797b0e0831c7d6b27ad6db46f815c6c3f23d 100644 (file)
@@ -516,6 +516,10 @@ size_t SSL_SESSION_get_master_key(const SSL_SESSION *s,
 #define O_DIRECTORY 0
 #endif
 
+#ifndef O_NOFOLLOW
+#define O_NOFOLLOW 0
+#endif
+
 /*
  *     Not really missing, but may be submitted as patches
  *     to the talloc project at some point in the future.