Commit 00708c8
committed
Make the definition of LTC_WIN32_BCRYPT private
1. It's internal anyway, so doesn't quite need to be reflected in a
public header file.
2. This makes it easy for someone build this library to choose not
to use BCryptGenRandom() by simply definining LTC_NO_WIN32_BCRYPT,
which was hard to reflect in an unmodified public header file.
Alternative to #6531 parent 427ce33 commit 00708c8
2 files changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | 315 | | |
320 | 316 | | |
321 | 317 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
0 commit comments