Skip to content

Commit

Permalink
Also define IPV6_TCLASS for older versions of OS X
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Miller <mtmiller@debian.org>
  • Loading branch information
mtmiller committed Jan 14, 2019
1 parent 6d499f1 commit c337c91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssl.c
Expand Up @@ -53,6 +53,8 @@
#ifndef IPV6_TCLASS
#if defined(__GNU__)
#define IPV6_TCLASS 61
#elif defined(__APPLE__)
#define IPV6_TCLASS 36
#endif
#endif

Expand Down

0 comments on commit c337c91

Please sign in to comment.