From: Alan T. DeKok Date: Tue, 7 Apr 2020 13:06:06 +0000 (-0400) Subject: fix typo X-Git-Tag: release_3_0_22~622 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=144b6a833a3dfd23db96cedc40d2702dfd6a1a4e;p=thirdparty%2Ffreeradius-server.git fix typo --- diff --git a/src/include/missing-h b/src/include/missing-h index bb74e060b9e..5698797b0e0 100644 --- a/src/include/missing-h +++ b/src/include/missing-h @@ -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.