Changeset 94119 in vbox for trunk/src/libs/openssl-3.0.1/crypto/engine/eng_list.c
- Timestamp:
- Mar 7, 2022 7:00:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1/crypto/engine/eng_list.c
r94105 r94119 427 427 return iterator; 428 428 } 429 430 notfound: 429 431 #endif 430 notfound:431 432 ENGINE_free(iterator); 432 433 ERR_raise_data(ERR_LIB_ENGINE, ENGINE_R_NO_SUCH_ENGINE, "id=%s", id);
Note:
See TracChangeset
for help on using the changeset viewer.