Fix typo in doxy docs for ssl_pkcs11_sign()

This commit is contained in:
Andres Amaya Garcia
2020-01-29 09:40:32 +01:00
committed by Manuel Pégourié-Gonnard
parent b37268d916
commit 312431b398
+1 -1
View File
@@ -206,7 +206,7 @@ MBEDTLS_DEPRECATED static inline int mbedtls_ssl_pkcs11_decrypt( void *ctx,
* \return A non-zero error code on failure.
*
* \note The \p sig buffer must be as large as the size of
* <code>ctx->N<code>. For example, 128 bytes if RSA-1024 is
* <code>ctx->N</code>. For example, 128 bytes if RSA-1024 is
* used.
*/
MBEDTLS_DEPRECATED static inline int mbedtls_ssl_pkcs11_sign( void *ctx,