[config] remaining configure options (#4020)

This commit is contained in:
Jonathan Hui
2019-07-16 12:18:34 -07:00
parent 149640da49
commit 02da206f39
43 changed files with 264 additions and 330 deletions
+2 -2
View File
@@ -95,7 +95,7 @@ exit:
return;
}
#if OPENTHREAD_ENABLE_ECDSA
#if OPENTHREAD_CONFIG_ECDSA_ENABLE
otError otCryptoEcdsaSign(uint8_t * aOutput,
uint16_t * aOutputLength,
@@ -107,4 +107,4 @@ otError otCryptoEcdsaSign(uint8_t * aOutput,
return Ecdsa::Sign(aOutput, aOutputLength, aInputHash, aInputHashLength, aPrivateKey, aPrivateKeyLength);
}
#endif // OPENTHREAD_ENABLE_ECDSA
#endif // OPENTHREAD_CONFIG_ECDSA_ENABLE