VirtualBox

Ignore:
Timestamp:
Jun 8, 2022 7:43:44 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151730
Message:

libs/openssl: Switched to v3.0.3, bugref:10128

Location:
trunk/src/libs/openssl-3.0.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.3

    • Property svn:mergeinfo
      •  

        old new  
        1414/vendor/openssl/3.0.1:150323-150324
        1515/vendor/openssl/3.0.2:150728-150729
        16 /vendor/openssl/current:147554-150727
         16/vendor/openssl/3.0.3:151497-151729
         17/vendor/openssl/current:147554-151496
  • trunk/src/libs/openssl-3.0.3/test/provider_test.c

    r94320 r95219  
    11/*
    2  * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
     2 * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
    33 *
    44 * Licensed under the Apache License 2.0 (the "License").  You may not use
     
    192192         * this test (there is no OPENSSL_NO_LEGACY)
    193193         */
     194        OSSL_LIB_CTX_free(libctx);
    194195        return 1;
    195196    }
    196197
    197198    if (!TEST_true(OSSL_PROVIDER_add_builtin(libctx, name,
    198                                              PROVIDER_INIT_FUNCTION_NAME)))
     199                                             PROVIDER_INIT_FUNCTION_NAME))) {
     200        OSSL_LIB_CTX_free(libctx);
    199201        return 0;
     202    }
    200203
    201204    /* test_provider will free libctx and unload legacy as part of the test */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette