Skip to content

Commit

Permalink
NCL-1834 : Upgrade to 2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SeemaKodikanyana committed Apr 15, 2024
1 parent 6125128 commit b6d5ba2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/openvpn/win32.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/*
* OpenVPN -- An application to securely tunnel IP networks
* over a single UDP port, with support for SSL/TLS-based
Expand Down Expand Up @@ -1686,4 +1687,4 @@ plugin_in_trusted_dir(const WCHAR *plugin_path)
return wcsnicmp(system_dir, plugin_path, wcslen(system_dir)) == 0;
}

#endif /* ifdef _WIN32 */
#endif /* ifdef _WIN32 */

0 comments on commit b6d5ba2

Please sign in to comment.