diff options
author | Martin Willi <martin@strongswan.org> | 2008-06-24 13:36:10 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-06-24 13:36:10 +0000 |
commit | a02bc1dbeadeb5d0e5243059f6212e03c70a68fb (patch) | |
tree | 01da6b1233c2db99cb7714aa3e961bd7855063b7 /src | |
parent | eec675bf8c56f6d08948c00eeb2907742daaf164 (diff) | |
download | strongswan-a02bc1dbeadeb5d0e5243059f6212e03c70a68fb.tar.bz2 strongswan-a02bc1dbeadeb5d0e5243059f6212e03c70a68fb.tar.xz |
updated location of auth_class_t
Diffstat (limited to 'src')
-rw-r--r-- | src/starter/starterstroke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c index b7d0d32b0..6f2fb40ac 100644 --- a/src/starter/starterstroke.c +++ b/src/starter/starterstroke.c @@ -38,7 +38,7 @@ #include "files.h" /** - * Authentication methods, must be the same as in charon/config/peer_cfg.h + * Authentication methods, must be the same as in charons authenticator.h */ enum auth_method_t { AUTH_PUBKEY = 1, |