aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-01-09 22:40:01 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-01-09 22:40:01 +0000
commitd254229e88672158a2363bad108de0bb8dedbc45 (patch)
treea2cd3a9a94162490cb1bad049d7ca8097a4821db /src
parent45a54b857448494e54f0b89668b34b7c162304ab (diff)
downloadstrongswan-d254229e88672158a2363bad108de0bb8dedbc45.tar.bz2
strongswan-d254229e88672158a2363bad108de0bb8dedbc45.tar.xz
forward declaration of struct state not needed
Diffstat (limited to 'src')
-rw-r--r--src/pluto/keys.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pluto/keys.h b/src/pluto/keys.h
index d1442ce56..415bdc3c1 100644
--- a/src/pluto/keys.h
+++ b/src/pluto/keys.h
@@ -31,8 +31,6 @@ const char *shared_secrets_file;
extern void load_preshared_secrets(int whackfd);
extern void free_preshared_secrets(void);
-struct state; /* forward declaration */
-
enum PrivateKeyKind {
PPK_PSK,
/* PPK_DSS, */ /* not implemented */