diff options
Diffstat (limited to 'src/authorization/anastasis_authorization_plugin_sms.c')
-rw-r--r-- | src/authorization/anastasis_authorization_plugin_sms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/authorization/anastasis_authorization_plugin_sms.c b/src/authorization/anastasis_authorization_plugin_sms.c index 6421884..0d69e77 100644 --- a/src/authorization/anastasis_authorization_plugin_sms.c +++ b/src/authorization/anastasis_authorization_plugin_sms.c | |||
@@ -228,6 +228,7 @@ sms_validate (void *cls, | |||
228 | * @param code secret code that the user has to provide back to satisfy the challenge in | 228 | * @param code secret code that the user has to provide back to satisfy the challenge in |
229 | * the main anastasis protocol | 229 | * the main anastasis protocol |
230 | * @param data input to validate (i.e. is it a valid phone number, etc.) | 230 | * @param data input to validate (i.e. is it a valid phone number, etc.) |
231 | * @param data_length number of bytes in @a data | ||
231 | * @return state to track progress on the authorization operation, NULL on failure | 232 | * @return state to track progress on the authorization operation, NULL on failure |
232 | */ | 233 | */ |
233 | static struct ANASTASIS_AUTHORIZATION_State * | 234 | static struct ANASTASIS_AUTHORIZATION_State * |