]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] silence compiler warning
authorEvan Hunt <each@isc.org>
Tue, 21 Jan 2014 19:21:29 +0000 (11:21 -0800)
committerEvan Hunt <each@isc.org>
Tue, 21 Jan 2014 19:21:29 +0000 (11:21 -0800)
lib/iscpk11/unix/pk11_api.c

index 5736526488efed816f1ac8e56457f5912a8f241a..57523526a121f6d43c45020e81c151d842d41cca 100644 (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 */