mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +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);
|
return (*sym)(hSession, RandomData, ulRandomLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else /* USE_PKCS11 */
|
||||||
|
|
||||||
|
#include <isc/util.h>
|
||||||
|
|
||||||
|
EMPTY_TRANSLATION_UNIT
|
||||||
|
|
||||||
#endif /* USE_PKCS11 */
|
#endif /* USE_PKCS11 */
|
||||||
|
Reference in New Issue
Block a user