Changeset 105949 in vbox for trunk/src/libs/openssl-3.1.7/test/ecstresstest.c
- Timestamp:
- Sep 4, 2024 12:53:14 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 164683
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.1.7/test/ecstresstest.c
r105945 r105949 1 1 /* 2 * Copyright 2017-202 4The OpenSSL Project Authors. All Rights Reserved.2 * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved. 3 3 * 4 4 * Licensed under the Apache License 2.0 (the "License"); … … 80 80 group)) 81 81 || !TEST_ptr(result = walk_curve(group, point, num_repeats))) 82 goto err;82 return 0; 83 83 84 84 if (print_mode) {
Note:
See TracChangeset
for help on using the changeset viewer.