Sha256: 0236a93d283bab1fd4bcc1fc8795c04c2e2724a4dd3bba6c02ffbfa2433394f8
Contents?: true
Size: 374 Bytes
Versions: 4
Compression:
Stored size: 374 Bytes
Contents
#ifndef __POSTFIX_STATUS_LINE_CORE_H__ #define __POSTFIX_STATUS_LINE_CORE_H__ #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE #endif #include <stdbool.h> #include <time.h> typedef bool (*DIGEST_SHA)(char *, char *, size_t, char[]); #ifdef HAVE_OPENSSL_SHA_H #include <openssl/sha.h> #include "digest_sha.h" #endif #include <ruby.h> #endif //__POSTFIX_STATUS_LINE_CORE_H__
Version data entries
4 entries across 4 versions & 1 rubygems