Changeset 94105 in vbox for trunk/src/libs/openssl-3.0.1/crypto/engine/eng_list.c
- Timestamp:
- Mar 6, 2022 9:20:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1/crypto/engine/eng_list.c
r94082 r94105 410 410 if (iterator != NULL) 411 411 return iterator; 412 #ifndef VBOX 412 413 /* 413 414 * Prevent infinite recursion if we're looking for the dynamic engine. … … 426 427 return iterator; 427 428 } 429 #endif 428 430 notfound: 429 431 ENGINE_free(iterator);
Note:
See TracChangeset
for help on using the changeset viewer.