aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfreeswan
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-08-14 13:54:53 +0200
committerTobias Brunner <tobias@strongswan.org>2009-08-14 14:50:22 +0200
commitcc396286e85ccf9d9a28d971d382571c10077646 (patch)
treeafe56907e287fb850f73eaf084eaa4144c125094 /src/libfreeswan
parenta3ccf95f3ffd67ae955a5641921240344b6aadd6 (diff)
downloadstrongswan-cc396286e85ccf9d9a28d971d382571c10077646.tar.bz2
strongswan-cc396286e85ccf9d9a28d971d382571c10077646.tar.xz
Defined some missing fixed-width int types on OpenSolaris.
Diffstat (limited to 'src/libfreeswan')
-rw-r--r--src/libfreeswan/freeswan.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libfreeswan/freeswan.h b/src/libfreeswan/freeswan.h
index cb14cd678..77ce8f2be 100644
--- a/src/libfreeswan/freeswan.h
+++ b/src/libfreeswan/freeswan.h
@@ -20,11 +20,6 @@
# include <stdio.h>
# include <netinet/in.h>
-# define uint8_t u_int8_t
-# define uint16_t u_int16_t
-# define uint32_t u_int32_t
-# define uint64_t u_int64_t
-
# define DEBUG_NO_STATIC static
#include <ipsec_param.h>