#include <isc/print.h>
#include <isc/util.h>
-
#include <dns/rdatalist.h>
#include <dns/rdataset.h>
#include <dns/tsig.h>
* information regarding copyright ownership.
*/
-/* $Id: hmacmd5.c,v 1.16 2009/02/06 23:47:42 tbox Exp $ */
-
/*! \file
* This code implements the HMAC-MD5 keyed hash algorithm
* described in RFC2104.
}
#else /* !PK11_MD5_DISABLE */
+
+#include <isc/util.h>
+
EMPTY_TRANSLATION_UNIT
+
#endif /* PK11_MD5_DISABLE */
#include <isc/safe.h>
#include <isc/string.h>
#include <isc/types.h>
+#include <isc/util.h>
#if PKCS11CRYPTO
#include <pk11/internal.h>
#include <pk11/pk11.h>
#endif
-#include <isc/util.h>
-
#ifdef ISC_PLATFORM_OPENSSLHASH
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
#define EVP_MD_CTX_new() &(ctx->_ctx)
}
#else /* !PK11_MD5_DISABLE */
+
+#include <isc/util.h>
+
EMPTY_TRANSLATION_UNIT
+
#endif /* PK11_MD5_DISABLE */