VirtualBox

Ignore:
Timestamp:
Sep 4, 2024 12:53:14 PM (5 months ago)
Author:
vboxsync
Message:

openssl-3.1.7: Applied and adjusted our OpenSSL changes to 3.1.7. bugref:10757

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.1.7/crypto/provider_core.c

    r105945 r105949  
    11/*
    2  * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
     2 * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
    33 *
    44 * Licensed under the Apache License 2.0 (the "License").  You may not use
     
    560560
    561561    /* provider_new() generates an error, so no need here */
    562     prov = provider_new(name, template.init, template.parameters);
    563 
    564     if (prov == NULL)
     562    if ((prov = provider_new(name, template.init, template.parameters)) == NULL)
    565563        return NULL;
    566 
    567     if (!ossl_provider_set_module_path(prov, template.path)) {
    568         ossl_provider_free(prov);
    569         return NULL;
    570     }
    571564
    572565    prov->libctx = libctx;
Note: See TracChangeset for help on using the changeset viewer.

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