strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e05a0b7
)
EAP-SIM cleanups
author
Martin Willi
<martin@strongswan.org>
Mon, 19 Mar 2007 09:59:17 +0000
(09:59 -0000)
committer
Martin Willi
<martin@strongswan.org>
Mon, 19 Mar 2007 09:59:17 +0000
(09:59 -0000)
src/charon/sa/authenticators/eap/eap_sim.h
patch
|
blob
|
history
diff --git
a/src/charon/sa/authenticators/eap/eap_sim.h
b/src/charon/sa/authenticators/eap/eap_sim.h
index
4efcbbc
..
10640ba
100644
(file)
--- 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 */
#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
#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:
* 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
* - eap_client_create() using eap_method EAP_SIM
*
* @ingroup eap