mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
7055827b8f
This makes it clearer that we always want to do heimdal changes via the lorikeet-heimdal repository. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz> Autobuild-User(master): Joseph Sutton <jsutton@samba.org> Autobuild-Date(master): Wed Jan 19 21:41:59 UTC 2022 on sn-devel-184
21 lines
492 B
C
21 lines
492 B
C
#ifndef __crypto_headers_h__
|
|
#define __crypto_headers_h__
|
|
#ifdef KRB5
|
|
#include <krb5-types.h>
|
|
#endif
|
|
#include <hcrypto/evp.h>
|
|
#include <hcrypto/des.h>
|
|
#include <hcrypto/md2.h>
|
|
#include <hcrypto/md4.h>
|
|
#include <hcrypto/md5.h>
|
|
#include <hcrypto/sha.h>
|
|
#include <hcrypto/rc4.h>
|
|
#include <hcrypto/rc2.h>
|
|
#include <hcrypto/aes.h>
|
|
#include <hcrypto/ui.h>
|
|
#include <hcrypto/rand.h>
|
|
#include <hcrypto/engine.h>
|
|
#include <hcrypto/pkcs12.h>
|
|
#include <hcrypto/hmac.h>
|
|
#endif /* __crypto_headers_h__ */
|