diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-09 22:40:01 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-09 22:40:01 +0000 |
commit | d254229e88672158a2363bad108de0bb8dedbc45 (patch) | |
tree | a2cd3a9a94162490cb1bad049d7ca8097a4821db | |
parent | 45a54b857448494e54f0b89668b34b7c162304ab (diff) | |
download | strongswan-d254229e88672158a2363bad108de0bb8dedbc45.tar.bz2 strongswan-d254229e88672158a2363bad108de0bb8dedbc45.tar.xz |
forward declaration of struct state not needed
-rw-r--r-- | src/pluto/keys.h | 2 |
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 */ |