Changeset 105949 in vbox for trunk/src/libs/openssl-3.1.7/test/provider_test.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/provider_test.c
r105945 r105949 1 1 /* 2 * Copyright 2019-202 4The OpenSSL Project Authors. All Rights Reserved.2 * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved. 3 3 * 4 4 * Licensed under the Apache License 2.0 (the "License"). You may not use … … 198 198 if (!TEST_true(OSSL_PROVIDER_add_builtin(libctx, name, 199 199 PROVIDER_INIT_FUNCTION_NAME))) { 200 OSSL_PROVIDER_unload(legacy);201 200 OSSL_LIB_CTX_free(libctx); 202 201 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.