diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-06-04 19:25:53 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-06-04 13:25:53 -1000 |
commit | 5afd5694d2f276b68c8563c923d7d49f76cd597b (patch) | |
tree | 62c843cb497a4e04bfbd80ba0c7ce3b6d8d9df60 /docs/development | |
parent | e3ff364f68bd64f6a99327a450c1c7e97a6dc6ec (diff) | |
download | cryptography-5afd5694d2f276b68c8563c923d7d49f76cd597b.tar.gz cryptography-5afd5694d2f276b68c8563c923d7d49f76cd597b.tar.bz2 cryptography-5afd5694d2f276b68c8563c923d7d49f76cd597b.zip |
Change the link to appease linkcheck (#3677)
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 84aa30d2..ffb918c0 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -478,7 +478,7 @@ header format (substituting the correct information): .. _`Camellia page`: https://info.isl.ntt.co.jp/crypt/eng/camellia/ .. _`CRYPTREC`: https://www.cryptrec.go.jp .. _`OpenSSL's test vectors`: https://github.com/openssl/openssl/blob/97cf1f6c2854a3a955fd7dd3a1f113deba00c9ef/crypto/evp/evptests.txt#L232 -.. _`OpenSSL's evpciph.txt`: https://github.com/openssl/openssl/blob/5a7bc0be97dee9ac715897fe8180a08e211bc6ea/test/evpciph.txt#L2362-L2403 +.. _`OpenSSL's evpciph.txt`: https://github.com/openssl/openssl/blob/5a7bc0be97dee9ac715897fe8180a08e211bc6ea/test/evpciph.txt#L2362 .. _`BoringSSL ChaCha20Poly1305 tests`: https://boringssl.googlesource.com/boringssl/+/2e2a226ac9201ac411a84b5e79ac3a7333d8e1c9/crypto/cipher_extra/test/chacha20_poly1305_tests.txt .. _`RIPEMD website`: https://homes.esat.kuleuven.be/~bosselae/ripemd160.html .. _`Whirlpool website`: http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html |