ECDSA: Fix formatting

This commit is contained in:
Christoph M. Wintersteiger 2019-02-15 12:52:09 +00:00 committed by Janos Follath
parent 5833de7ab2
commit ef17e3b59c

1
include/mbedtls/ecdsa.h Normal file → Executable file
View File

@ -479,6 +479,7 @@ int mbedtls_ecdsa_read_signature_restartable( mbedtls_ecdsa_context *ctx,
const unsigned char *hash, size_t hlen,
const unsigned char *sig, size_t slen,
mbedtls_ecdsa_restart_ctx *rs_ctx );
/**
* \brief This function generates an ECDSA keypair on the given curve.
*