X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient_ops_example.c;h=e35a56e6bd80fbdb265a57107ce0169700a23871;hb=b3e67d3dfa6409755be33f352b5a86fbb094a570;hp=7ecb981b7d899b19d1cde5fe7d751384e3aee872;hpb=bb8ce8c6460403e9220d9f96eb0e6bd2a20d31f0;p=silc.git diff --git a/lib/silcclient/client_ops_example.c b/lib/silcclient/client_ops_example.c index 7ecb981b..e35a56e6 100644 --- a/lib/silcclient/client_ops_example.c +++ b/lib/silcclient/client_ops_example.c @@ -164,7 +164,8 @@ silc_verify_public_key(SilcClient client, SilcClientConnection conn, /* Ask (interact, that is) a passphrase from user. The passphrase is returned to the library by calling the `completion' callback with - the `context'. */ + the `context'. The returned passphrase SHOULD be in UTF-8 encoded, + if not then the library will attempt to encode. */ static void silc_ask_passphrase(SilcClient client, SilcClientConnection conn,