#ifndef __crypto_header__ #define __crypto_header__ #ifndef PACKAGE_NAME #error "need config.h" #endif #ifdef KRB5 #include #endif #include #include #include #include #include #include #ifndef __APPLE_TARGET_EMBEDDED__ #include #include #include #include #include #include #include #endif #include #include #include #include #include #ifndef CC_DIGEST_MAX_OUTPUT_SIZE #define CC_DIGEST_MAX_OUTPUT_SIZE 128 #endif #endif /* __crypto_header__ */