NetBSD/include/heimdal/crypto-headers.h

10 lines
234 B
C

#ifndef __crypto_headers_h__
#define __crypto_headers_h__
#include <des.h>
#include <openssl/des.h>
#include <openssl/rc4.h>
#include <openssl/md4.h>
#include <openssl/md5.h>
#include <openssl/sha.h>
#endif /* __crypto_headers_h__ */