2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

[master] silence compiler warning

This commit is contained in:
Evan Hunt
2014-01-21 11:21:29 -08:00
parent 1b255a0c4e
commit 5c6f38b19b

View File

@@ -638,4 +638,10 @@ pkcs_C_GenerateRandom(CK_SESSION_HANDLE hSession, CK_BYTE_PTR RandomData,
return (*sym)(hSession, RandomData, ulRandomLen);
}
#else /* USE_PKCS11 */
#include <isc/util.h>
EMPTY_TRANSLATION_UNIT
#endif /* USE_PKCS11 */