VirtualBox

Ignore:
Timestamp:
Mar 3, 2022 7:17:34 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150325
Message:

libs/openssl-3.0.1: started applying and adjusting our OpenSSL changes to 3.0.1. bugref:10128

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

Legend:

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

    • Property svn:mergeinfo
      •  

        old new  
        1212/vendor/openssl/1.1.1c:131722-131725
        1313/vendor/openssl/1.1.1k:145841-145843
         14/vendor/openssl/3.0.1:150323-150324
         15/vendor/openssl/current:147554-150322
  • trunk/src/libs/openssl-3.0.1/crypto/bio/bio_meth.c

    r91772 r94082  
    11/*
    2  * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
     2 * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
    33 *
    4  * Licensed under the OpenSSL license (the "License").  You may not use
     4 * Licensed under the Apache License 2.0 (the "License").  You may not use
    55 * this file except in compliance with the License.  You can obtain a copy
    66 * in the file LICENSE in the source distribution or at
     
    2626
    2727    if (!RUN_ONCE(&bio_type_init, do_bio_type_init)) {
    28         BIOerr(BIO_F_BIO_GET_NEW_INDEX, ERR_R_MALLOC_FAILURE);
     28        ERR_raise(ERR_LIB_BIO, ERR_R_MALLOC_FAILURE);
    2929        return -1;
    3030    }
     
    4141            || (biom->name = OPENSSL_strdup(name)) == NULL) {
    4242        OPENSSL_free(biom);
    43         BIOerr(BIO_F_BIO_METH_NEW, ERR_R_MALLOC_FAILURE);
     43        ERR_raise(ERR_LIB_BIO, ERR_R_MALLOC_FAILURE);
    4444        return NULL;
    4545    }
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