diff options
| -rw-r--r-- | lasso/id-ff/server.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/id-ff/server.c b/lasso/id-ff/server.c index 923b6ae1..2cfc5d7c 100644 --- a/lasso/id-ff/server.c +++ b/lasso/id-ff/server.c @@ -672,10 +672,10 @@ lasso_server_get_type() /** * lasso_server_new: - * @metadata: path to the provider metadata file + * @metadata: path to the provider metadata file or NULL, for a LECP server * @private_key: path to the the server private key file or NULL - * @private_key_password: password to private key (if it is encrypted) - * @certificate: path to the server certificate file + * @private_key_password: password to private key if it is encrypted, or NULL + * @certificate: path to the server certificate file, or NULL * * Creates a new #LassoServer. * |
