Work around Travis "virtual memory exhausted" error
[openssl.git] / crypto / cryptlib.c
index 71a5c35974e66add8ec9769fa588ee9ce16c76e7..3151e1a8844c313e0387338825c13311d1088f28 100644 (file)
@@ -321,6 +321,7 @@ void OPENSSL_die(const char *message, const char *file, int line)
  *
  * There are also assembler versions of this function.
  */
+# undef CRYPTO_memcmp
 int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len)
 {
     size_t i;