From: Pekka Riikonen Date: Wed, 4 Jul 2007 06:53:25 +0000 (+0000) Subject: Comment changes. X-Git-Tag: 1.2.beta1~220 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=90e92326e882a18e30d56b58a29a053fa2e381d1;p=crypto.git Comment changes. --- diff --git a/lib/silccrypt/silcpkcs.h b/lib/silccrypt/silcpkcs.h index 0c746bef..42e47264 100644 --- a/lib/silccrypt/silcpkcs.h +++ b/lib/silccrypt/silcpkcs.h @@ -308,8 +308,8 @@ extern DLLAPI const SilcPKCSAlgorithm silc_default_pkcs_alg[]; * * DESCRIPTION * - * Registers a new PKCS into the SILC. This function is used - * at the initialization of the SILC. All registered PKCSs + * Registers a new PKCS into the crypto library. This function is used + * at the initialization of an application. All registered PKCSs * should be unregistered with silc_pkcs_unregister. The `pkcs' includes * the name of the PKCS and member functions for the algorithm. Usually * this function is not called directly. Instead, application can call @@ -327,7 +327,7 @@ SilcBool silc_pkcs_register(const SilcPKCSObject *pkcs); * * DESCRIPTION * - * Unregister a PKCS from the SILC. Returns FALSE on error. + * Unregister a PKCS from the crypto library. Returns FALSE on error. * ***/ SilcBool silc_pkcs_unregister(SilcPKCSObject *pkcs); @@ -340,9 +340,9 @@ SilcBool silc_pkcs_unregister(SilcPKCSObject *pkcs); * * DESCRIPTION * - * Registers a new PKCS Algorithm into the SILC. This function is used - * at the initialization of the SILC. All registered PKCS algorithms - * should be unregistered with silc_pkcs_unregister. + * Registers a new PKCS Algorithm into crypto library. This function + * is used at the initialization of an application. All registered PKCS +* algorithms should be unregistered with silc_pkcs_unregister. * ***/ SilcBool silc_pkcs_algorithm_register(const SilcPKCSAlgorithm *pkcs); @@ -355,7 +355,7 @@ SilcBool silc_pkcs_algorithm_register(const SilcPKCSAlgorithm *pkcs); * * DESCRIPTION * - * Unregister a PKCS from the SILC. Returns FALSE on error. + * Unregister a PKCS from the crypto library. Returns FALSE on error. * ***/ SilcBool silc_pkcs_algorithm_unregister(SilcPKCSAlgorithm *pkcs);