Commit 6f95a9c
committed
wolfcrypt/src/random.c: in _InitRng(), remove "drbg_instantiated" conditional cleanup logic (Coverity true-benign-positive: DEADCODE because drbg_instantiated is always false when ret != DRBG_SUCCESS).
1 parent fb26b2d commit 6f95a9c
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
816 | | - | |
817 | 816 | | |
818 | 817 | | |
819 | 818 | | |
| |||
1020 | 1019 | | |
1021 | 1020 | | |
1022 | 1021 | | |
1023 | | - | |
1024 | | - | |
1025 | 1022 | | |
1026 | 1023 | | |
1027 | 1024 | | |
| |||
1033 | 1030 | | |
1034 | 1031 | | |
1035 | 1032 | | |
1036 | | - | |
1037 | | - | |
1038 | 1033 | | |
1039 | 1034 | | |
1040 | 1035 | | |
| |||
0 commit comments