X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcske%2Fsilcconnauth.h;h=e9db0b63a61a482cfe527047127af5caeebea7f1;hb=22f8d37a64e22f8fbeb58d4f5a61321ef067d7a4;hp=5f48fcb4e51f9013cec2286446a1aa368c93b06d;hpb=0026e15ac3e8f57f1816f72197e2b90e4cb9dd01;p=silc.git diff --git a/lib/silcske/silcconnauth.h b/lib/silcske/silcconnauth.h index 5f48fcb4..e9db0b63 100644 --- a/lib/silcske/silcconnauth.h +++ b/lib/silcske/silcconnauth.h @@ -85,7 +85,9 @@ typedef enum { * method is passphrase it must be returned to `passphrase' pointer. * If it is digital signatures the key repository pointer must be * returned into `repository' pointer, which the library will use to - * find the correct public key to verify the digital signature. + * find the correct public key to verify the digital signature. If + * neither `passphrase' or `repository' is set but TRUE is returned, + * authentication is not required. * * If this connection is not configured at all this returns FALSE which * will result into authentication failure. Otherwise TRUE must be