| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cd8704d commit 2c44730
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -215,7 +215,7 @@ ByteSource ConvertSignatureToDER( | |||
| 215 | 215 | ||
| 216 | 216 | CHECK_NOT_NULL(data); | |
| 217 | 217 | ||
| 218 | - return ByteSource::Allocated(reinterpret_cast<char*>(data), len); | ||
| 218 | + return ByteSource::Allocated(data, len); | ||
| 219 | 219 | } | |
| 220 | 220 | ||
| 221 | 221 | void CheckThrow(Environment* env, SignBase::Error error) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments