From 312431b3986139d299cacd94a684b7262a4dadb8 Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Wed, 16 Jan 2019 19:14:02 +0000 Subject: [PATCH] Fix typo in doxy docs for ssl_pkcs11_sign() --- include/mbedtls/pkcs11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/pkcs11.h b/include/mbedtls/pkcs11.h index 6cfe5a99f..cf8d8c429 100644 --- a/include/mbedtls/pkcs11.h +++ b/include/mbedtls/pkcs11.h @@ -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 - * ctx->N. For example, 128 bytes if RSA-1024 is + * ctx->N. For example, 128 bytes if RSA-1024 is * used. */ MBEDTLS_DEPRECATED static inline int mbedtls_ssl_pkcs11_sign( void *ctx,