--- rpl/src/rpl.h 2013/02/25 19:14:01 1.195 +++ rpl/src/rpl.h 2013/02/26 10:25:22 1.196 @@ -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"