diff options
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 |