/* */ #ifndef _D_ARC4_ENCRYPTOR_H_ #define _D_ARC4_ENCRYPTOR_H_ #include "common.h" #ifdef HAVE_LIBGCRYPT # include "LibgcryptARC4Encryptor.h" #elif HAVE_LIBSSL # include "LibsslARC4Encryptor.h" #endif // HAVE_LIBSSL #endif // _D_ARC4_ENCRYPTOR_H_