Changeset 95219 in vbox for trunk/src/libs/openssl-3.0.3/crypto/context.c
- Timestamp:
- Jun 8, 2022 7:43:44 AM (3 years ago)
- 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 14 14 /vendor/openssl/3.0.1:150323-150324 15 15 /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
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.3/crypto/context.c
r94404 r95219 15 15 #include "internal/bio.h" 16 16 #include "internal/provider.h" 17 #include "crypto/ctype.h" 17 18 18 19 struct ossl_lib_ctx_onfree_list_st { … … 151 152 { 152 153 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(); 154 156 } 155 157
Note:
See TracChangeset
for help on using the changeset viewer.