diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-01-27 15:19:27 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-01-27 15:19:27 +0100 |
commit | c17342b3a53845b379ce7171f095a3a880c98b98 (patch) | |
tree | 321e727d52dffe2d274a3ab966b4cb7e65c7d758 /main/openvpn/src/openvpn/session_id.h | |
parent | 6b7c74853686fc578884ebca52b1c43be4f839c0 (diff) |
Update OpenVPN to -master, fix network-change command (closes issue #312)
Diffstat (limited to 'main/openvpn/src/openvpn/session_id.h')
-rw-r--r-- | main/openvpn/src/openvpn/session_id.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openvpn/src/openvpn/session_id.h b/main/openvpn/src/openvpn/session_id.h index 33909dd4..2a1f41fd 100644 --- a/main/openvpn/src/openvpn/session_id.h +++ b/main/openvpn/src/openvpn/session_id.h @@ -30,7 +30,7 @@ * negotiated). */ -#if defined(ENABLE_CRYPTO) && defined(ENABLE_SSL) +#ifdef ENABLE_CRYPTO #ifndef SESSION_ID_H #define SESSION_ID_H @@ -83,4 +83,4 @@ void session_id_random (struct session_id *sid); const char *session_id_print (const struct session_id *sid, struct gc_arena *gc); #endif /* SESSION_ID_H */ -#endif /* ENABLE_CRYPTO && ENABLE_SSL */ +#endif /* ENABLE_CRYPTO */ |