diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-05-31 14:33:27 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-05-31 15:46:51 +0200 |
commit | 7e82d26dd8c2f33ef00a1be25b629d4236967fec (patch) | |
tree | 040729847adbfbb4dc1e85431833f8f9ffab78d9 | |
parent | bf870ffbe7613d8060a88fb24583ea49c432cf6b (diff) | |
download | strongswan-7e82d26dd8c2f33ef00a1be25b629d4236967fec.tar.bz2 strongswan-7e82d26dd8c2f33ef00a1be25b629d4236967fec.tar.xz |
fixed type
-rw-r--r-- | src/libcharon/plugins/imv_test/imv_test_state.c | 2 | ||||
-rw-r--r-- | src/libstrongswan/bio/bio_reader.c (renamed from src/libtls/tls_reader.c) | 0 | ||||
-rw-r--r-- | src/libstrongswan/bio/bio_reader.h (renamed from src/libtls/tls_reader.h) | 0 | ||||
-rw-r--r-- | src/libstrongswan/bio/bio_writer.c (renamed from src/libtls/tls_writer.c) | 0 | ||||
-rw-r--r-- | src/libstrongswan/bio/bio_writer.h (renamed from src/libtls/tls_writer.h) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/imv_test/imv_test_state.c b/src/libcharon/plugins/imv_test/imv_test_state.c index fe1d6d38d..21d0c4c58 100644 --- a/src/libcharon/plugins/imv_test/imv_test_state.c +++ b/src/libcharon/plugins/imv_test/imv_test_state.c @@ -89,7 +89,7 @@ METHOD(imv_state_t, destroy, void, free(this); } -METHOD(imv_state_t, another_round, bool, +METHOD(imv_test_state_t, another_round, bool, private_imv_test_state_t *this) { return (this->rounds-- > 0); diff --git a/src/libtls/tls_reader.c b/src/libstrongswan/bio/bio_reader.c index 2b3cd8cac..2b3cd8cac 100644 --- a/src/libtls/tls_reader.c +++ b/src/libstrongswan/bio/bio_reader.c diff --git a/src/libtls/tls_reader.h b/src/libstrongswan/bio/bio_reader.h index a8978b486..a8978b486 100644 --- a/src/libtls/tls_reader.h +++ b/src/libstrongswan/bio/bio_reader.h diff --git a/src/libtls/tls_writer.c b/src/libstrongswan/bio/bio_writer.c index 57c60fdaf..57c60fdaf 100644 --- a/src/libtls/tls_writer.c +++ b/src/libstrongswan/bio/bio_writer.c diff --git a/src/libtls/tls_writer.h b/src/libstrongswan/bio/bio_writer.h index d3f09d5da..d3f09d5da 100644 --- a/src/libtls/tls_writer.h +++ b/src/libstrongswan/bio/bio_writer.h |