diff options
author | Martin Willi <martin@strongswan.org> | 2007-03-19 09:59:17 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-03-19 09:59:17 +0000 |
commit | ccf96c7e43adf7ac12b018b4d1efec2e01cf72d6 (patch) | |
tree | ccf9f9240f5bfa64145390359c2004380e28a38c | |
parent | e05a0b765a7f94cddde278b5c35b2944e28ac06d (diff) | |
download | strongswan-ccf96c7e43adf7ac12b018b4d1efec2e01cf72d6.tar.bz2 strongswan-ccf96c7e43adf7ac12b018b4d1efec2e01cf72d6.tar.xz |
EAP-SIM cleanups
-rw-r--r-- | src/charon/sa/authenticators/eap/eap_sim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/sa/authenticators/eap/eap_sim.h b/src/charon/sa/authenticators/eap/eap_sim.h index 4efcbbc77..10640babe 100644 --- a/src/charon/sa/authenticators/eap/eap_sim.h +++ b/src/charon/sa/authenticators/eap/eap_sim.h @@ -95,7 +95,7 @@ typedef int (*sim_algo_t)(const unsigned char *rand, int rand_length, #ifndef SIM_READER_LIB /** the library containing the cardreader with the SIM function */ -#define SIM_READER_LIB "(unspecified)" +#error SIM_READER_LIB not specified, use --with-sim-reader option #endif /* SIM_READER_LIB */ #ifndef SIM_READER_ALG @@ -113,7 +113,7 @@ typedef int (*sim_algo_t)(const unsigned char *rand, int rand_length, * is named as SIM_READER_ALG is defined. * * @b Constructors: - * - eap_sim_create() + * - eap_create() of this module * - eap_client_create() using eap_method EAP_SIM * * @ingroup eap |