|
@@ -331,7 +331,9 @@ typedef byte word24[3];
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#if !defined(NO_HC128) && !defined(NO_RSA) && !defined(NO_TLS)
|
|
#if !defined(NO_HC128) && !defined(NO_RSA) && !defined(NO_TLS)
|
|
- #define BUILD_TLS_RSA_WITH_HC_128_MD5
|
|
|
|
|
|
+ #ifndef NO_MD5
|
|
|
|
+ #define BUILD_TLS_RSA_WITH_HC_128_MD5
|
|
|
|
+ #endif
|
|
#if !defined(NO_SHA)
|
|
#if !defined(NO_SHA)
|
|
#define BUILD_TLS_RSA_WITH_HC_128_SHA
|
|
#define BUILD_TLS_RSA_WITH_HC_128_SHA
|
|
#endif
|
|
#endif
|