From 1e822b063676353504142c9c82088a8b2f49cc7d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 28 Sep 2017 05:00:13 -0400 Subject: Update documentation links --- rc2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc2.h') diff --git a/rc2.h b/rc2.h index 30c29e01..2da4ae49 100644 --- a/rc2.h +++ b/rc2.h @@ -23,7 +23,7 @@ struct RC2_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 1, 128> //! \class RC2 //! \brief RC2 block cipher -//! \sa RC2 on the Crypto Lounge. +//! \sa RC2 on the Crypto Lounge. class RC2 : public RC2_Info, public BlockCipherDocumentation { //! \class Base -- cgit v1.2.1