Update - OpenSSL 1.1.1-pre7-dev
This commit is contained in:
+6
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
*
|
||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||
@@ -531,6 +531,10 @@ static int test_bn_output(int n)
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int test_memcmp(void)
|
||||
{
|
||||
return CRYPTO_memcmp("ab","cd",2);
|
||||
}
|
||||
|
||||
int setup_tests(void)
|
||||
{
|
||||
@@ -553,6 +557,7 @@ int setup_tests(void)
|
||||
ADD_TEST(test_messages);
|
||||
ADD_TEST(test_single_eval);
|
||||
ADD_TEST(test_output);
|
||||
ADD_TEST(test_memcmp);
|
||||
ADD_ALL_TESTS(test_bn_output, OSSL_NELEM(bn_output_tests));
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user