2002-09-12 17:32:37 +04:00
|
|
|
#ifndef __crypto_headers_h__
|
|
|
|
#define __crypto_headers_h__
|
2003-05-16 02:58:02 +04:00
|
|
|
#define OPENSSL_DES_LIBDES_COMPATIBILITY
|
2002-09-12 17:32:37 +04:00
|
|
|
#include <openssl/des.h>
|
|
|
|
#include <openssl/rc4.h>
|
|
|
|
#include <openssl/md4.h>
|
|
|
|
#include <openssl/md5.h>
|
|
|
|
#include <openssl/sha.h>
|
|
|
|
#endif /* __crypto_headers_h__ */
|