--- rpl/src/rpl.h 2013/02/25 19:14:01 1.195 +++ rpl/src/rpl.h 2013/02/26 19:56:17 1.197 @@ -1,7 +1,7 @@ /* ================================================================================ RPL/2 (R) version 4.1.12 - Copyright (C) 1989-2012 Dr. BERTRAND Joël + Copyright (C) 1989-2013 Dr. BERTRAND Joël This file is part of RPL/2. @@ -189,6 +189,15 @@ # ifndef OPENSSL_NO_AES # include "openssl/aes.h" # endif +# ifndef OPENSSL_NO_CAMELLIA +# include "openssl/camellia.h" +# endif +# ifndef OPENSSL_NO_RC2 +# include "openssl/rc2.h" +# endif +# ifndef OPENSSL_NO_IDEA +# include "openssl/idea.h" +# endif # include "sqlite3.h" # include "sigsegv.h"