anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit fa1a115b06540f7427af41f8e2f022eb50da0eed
parent 344c4a265c1a08684a22f2e18988cc0c80caad44
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 30 Jul 2024 23:32:21 +0200

-fix warning

Diffstat:
Msrc/authorization/libanastasiseufin/lae_common.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/authorization/libanastasiseufin/lae_common.c b/src/authorization/libanastasiseufin/lae_common.c @@ -32,7 +32,7 @@ * @param auth authentication data to use * @return #GNUNET_OK in success */ -int +enum GNUNET_GenericReturnValue ANASTASIS_EUFIN_setup_auth_ ( CURL *easy, const struct ANASTASIS_EUFIN_AuthenticationData *auth)