mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-09 13:00:36 +00:00
Fix typo in doxy docs for ssl_pkcs11_sign()
This commit is contained in:
parent
b37268d916
commit
312431b398
|
@ -206,7 +206,7 @@ MBEDTLS_DEPRECATED static inline int mbedtls_ssl_pkcs11_decrypt( void *ctx,
|
||||||
* \return A non-zero error code on failure.
|
* \return A non-zero error code on failure.
|
||||||
*
|
*
|
||||||
* \note The \p sig buffer must be as large as the size of
|
* \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.
|
* used.
|
||||||
*/
|
*/
|
||||||
MBEDTLS_DEPRECATED static inline int mbedtls_ssl_pkcs11_sign( void *ctx,
|
MBEDTLS_DEPRECATED static inline int mbedtls_ssl_pkcs11_sign( void *ctx,
|
||||||
|
|
Loading…
Reference in a new issue