diff options
Diffstat (limited to 'random/random-drbg.c')
| -rw-r--r-- | random/random-drbg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/random/random-drbg.c b/random/random-drbg.c index e0b4230e..8d662651 100644 --- a/random/random-drbg.c +++ b/random/random-drbg.c @@ -1970,7 +1970,7 @@ _gcry_rngdrbg_randomize (void *buffer, size_t length, /* * Test vectors from - * http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip + * https://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip */ struct gcry_drbg_test_vector drbg_test_pr[] = { { @@ -2283,7 +2283,7 @@ struct gcry_drbg_test_vector drbg_test_nopr[] = { /* * Tests implement the CAVS test approach as documented in - * http://csrc.nist.gov/groups/STM/cavp/documents/drbg/DRBGVS.pdf + * https://csrc.nist.gov/groups/STM/cavp/documents/drbg/DRBGVS.pdf */ /* |
