Skip to content

Commit

Permalink
fix #16 compile fails if dtls disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Mauchle committed Jul 31, 2018
1 parent b6a7db3 commit 24e3a20
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion dtls.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Copyright (c) 2008, UNINETT AS */
/* See LICENSE for licensing information. */

#include <openssl/ssl.h>

const struct protodefs *dtlsinit(uint8_t h);

Expand Down
1 change: 1 addition & 0 deletions radsecproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
#include "udp.h"
#include "tcp.h"
#include "tls.h"
#include "dtls.h"
#include "fticks.h"
#include "fticks_hashmac.h"

Expand Down
3 changes: 0 additions & 3 deletions radsecproxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
#include "tlv11.h"
#include "radmsg.h"
#include "gconfig.h"
#ifdef RADPROT_DTLS
#include "dtls.h"
#endif

#define DEBUG_LEVEL 2

Expand Down

0 comments on commit 24e3a20

Please sign in to comment.