openssl/providers/implementations/rands
Viktor Szakats 695cb63c74 use #pragma comment(lib) with _MSC_VER only
Avoid this warning when compiled with llvm/gcc + mingw-w64 and
`USE_BCRYPTGENRANDOM` enabled:

```
../providers/implementations/rands/seeding/rand_win.c:31:11: warning: unknown pragma ignored [-Wunknown-pragmas]
          ^
1 warning generated.
```

CLA: trivial

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18709)
2022-07-11 10:36:28 +02:00
..
seeding use #pragma comment(lib) with _MSC_VER only 2022-07-11 10:36:28 +02:00
build.info Drop libimplementations.a 2021-05-07 10:17:23 +02:00
crngt.c Update copyright year 2022-05-03 13:34:51 +01:00
drbg_ctr.c Update copyright year 2022-05-03 13:34:51 +01:00
drbg_hash.c fix some code with obvious wrong coding style 2021-10-28 13:10:46 +10:00
drbg_hmac.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
drbg_local.h
drbg.c Update copyright year 2022-05-03 13:34:51 +01:00
seed_src.c Avoid double-free on unsuccessful getting PRNG seeding 2021-09-21 18:37:14 +02:00
test_rng.c test-rand: return failure on not enough data, allow parent 2021-10-26 20:02:55 +10:00