aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2015-03-30 11:23:06 +0200
committerMartin Willi <martin@revosec.ch>2015-04-13 09:31:28 +0200
commit280f752c56f03be62f61f294dc1548b97fe575c8 (patch)
tree33f30ef3c6a2c10c650aaeb08be12bf770c335c0
parentdad99b5eea746049f5b620d50c1ff6495c13c880 (diff)
downloadstrongswan-280f752c56f03be62f61f294dc1548b97fe575c8.tar.bz2
strongswan-280f752c56f03be62f61f294dc1548b97fe575c8.tar.xz
fips-prf: Remove superfluous <arpa/inet.h> include
As we make no use of htonl() and friends, this is unneeded, but actually prevents a Windows build.
-rw-r--r--src/libstrongswan/plugins/fips_prf/fips_prf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/fips_prf/fips_prf.c b/src/libstrongswan/plugins/fips_prf/fips_prf.c
index 25accf996..92977909e 100644
--- a/src/libstrongswan/plugins/fips_prf/fips_prf.c
+++ b/src/libstrongswan/plugins/fips_prf/fips_prf.c
@@ -15,8 +15,6 @@
#include "fips_prf.h"
-#include <arpa/inet.h>
-
#include <utils/debug.h>
typedef struct private_fips_prf_t private_fips_prf_t;