VirtualBox

Ignore:
Timestamp:
Jun 8, 2022 7:43:44 AM (3 years ago)
Author:
vboxsync
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/context.c

    r94404 r95219  
    1515#include "internal/bio.h"
    1616#include "internal/provider.h"
     17#include "crypto/ctype.h"
    1718
    1819struct ossl_lib_ctx_onfree_list_st {
     
    151152{
    152153    return CRYPTO_THREAD_init_local(&default_context_thread_local, NULL)
    153         && context_init(&default_context_int);
     154        && context_init(&default_context_int)
     155        && ossl_init_casecmp();
    154156}
    155157
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