diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-07 15:53:34 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-07 15:53:34 +0000 |
commit | c3903a186150e59610930f7acb07a544b8a86e72 (patch) | |
tree | e2d8c542f16a8d93f9c9d43e2ea31de869261e52 /Source/charon/sa/authenticator.h | |
parent | 0d43ad12dd3a882f83d4a80f591a4e51b4470845 (diff) | |
download | strongswan-c3903a186150e59610930f7acb07a544b8a86e72.tar.bz2 strongswan-c3903a186150e59610930f7acb07a544b8a86e72.tar.xz |
- removed prime pool
Diffstat (limited to 'Source/charon/sa/authenticator.h')
-rw-r--r-- | Source/charon/sa/authenticator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/charon/sa/authenticator.h b/Source/charon/sa/authenticator.h index 0154652d3..2160eaec5 100644 --- a/Source/charon/sa/authenticator.h +++ b/Source/charon/sa/authenticator.h @@ -67,8 +67,7 @@ struct authenticator_t { * @todo Document RSA error status types * * @return - * - SUCCESS if verification could be processed - * (does not mean the data could be verified) + * - SUCCESS if verification successful * - FAILED if verification failed * - NOT_SUPPORTED if AUTH method not supported * - NOT_FOUND if the data for specific AUTH method could not be found |