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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user