mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 03:35:35 +00:00
Add missing #ifdef in ecdsa.c
This commit is contained in:
parent
2bc16df2f4
commit
eadda3f3ad
@ -342,7 +342,8 @@ cleanup:
|
||||
return( ret );
|
||||
}
|
||||
|
||||
#if ! defined(POLARSSL_DEPRECATED_REMOVED)
|
||||
#if ! defined(POLARSSL_DEPRECATED_REMOVED) && \
|
||||
defined(POLARSSL_ECDSA_DETERMINISTIC)
|
||||
int ecdsa_write_signature_det( ecdsa_context *ctx,
|
||||
const unsigned char *hash, size_t hlen,
|
||||
unsigned char *sig, size_t *slen,
|
||||
|
Loading…
x
Reference in New Issue
Block a user