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/crypto/encode_decode/encoder_lib.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
     
    88 */
    99
    10 #include "e_os.h"                /* strcasecmp on Windows */
    1110#include <openssl/core_names.h>
    1211#include <openssl/bio.h>
     
    454453        if (top) {
    455454            if (data->ctx->output_type != NULL
    456                 && strcasecmp(current_output_type,
    457                               data->ctx->output_type) != 0) {
     455                && OPENSSL_strcasecmp(current_output_type,
     456                                      data->ctx->output_type) != 0) {
    458457                OSSL_TRACE_BEGIN(ENCODER) {
    459458                    BIO_printf(trc_out,
     
    483482        if (data->ctx->output_structure != NULL
    484483            && current_output_structure != NULL) {
    485             if (strcasecmp(data->ctx->output_structure,
    486                            current_output_structure) != 0) {
     484            if (OPENSSL_strcasecmp(data->ctx->output_structure,
     485                                   current_output_structure) != 0) {
    487486                OSSL_TRACE_BEGIN(ENCODER) {
    488487                    BIO_printf(trc_out,
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