Fix to allow proper calling with counts for `wolfCrypt_Init` and...
Fix to allow proper calling with counts for `wolfCrypt_Init` and `wolfCrypt_Cleanup`. Old code was not tracking case such as `wolfCrypt_Init` -> `wolfCrypt_Init` -> `wolfCrypt_Cleanup` and was causing cleanup to be performed, when it shouldn't.
Loading
Please register or sign in to comment