diff options
Diffstat (limited to 'kerberosV/include/crypto-headers.h')
-rw-r--r-- | kerberosV/include/crypto-headers.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kerberosV/include/crypto-headers.h b/kerberosV/include/crypto-headers.h new file mode 100644 index 00000000000..4f8e17e6f2e --- /dev/null +++ b/kerberosV/include/crypto-headers.h @@ -0,0 +1,9 @@ +#ifndef __crypto_headers_h__ +#define __crypto_headers_h__ +#define OPENSSL_DES_LIBDES_COMPATIBILITY +#include <openssl/des.h> +#include <openssl/rc4.h> +#include <openssl/md4.h> +#include <openssl/md5.h> +#include <openssl/sha.h> +#endif /* __crypto_headers_h__ */ |