Workaround (I wasn't sure if the functions were intended to be used
somewhere, so not deleted yet):

diff --git a/crypto/constant_time_test.c b/crypto/constant_time_test.c
index 1b4b18d..78e7fca 100644
--- a/crypto/constant_time_test.c
+++ b/crypto/constant_time_test.c
@@ -195,7 +195,7 @@ static int test_select_int(int a, int b)
                }
        return 0;
        }
-
+/*
 static int test_eq_int(int a, int b)
        {
        unsigned int equal = constant_time_eq_int(a, b);
@@ -235,7 +235,7 @@ static int test_eq_int_8(int a, int b)
                }
        return 0;
        }
-
+*/
 static unsigned int test_values[] = {0, 1, 1024, 12345, 32000, UINT_MAX/2-1,
                                      UINT_MAX/2, UINT_MAX/2+1, UINT_MAX-1,
                                      UINT_MAX};
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to