2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 00:55:24 +00:00

copyrights

This commit is contained in:
Evan Hunt
2018-05-22 18:41:23 -07:00
parent 7c955e0eb8
commit 9147a31b94
9 changed files with 23 additions and 9 deletions

View File

@@ -175,7 +175,7 @@ isc_random_buf(void *buf, size_t buflen) {
}
# elif HAVE_PKCS11
RUNTIME_CHECK(pk11_rand_bytes(buf, buflen) == ISC_R_SUCCESS);
# endif /* if defined(HAVE_ARC4RANDOM_BUF) */
# endif /* if defined(HAVE_ARC4RANDOM_BUF) */
#endif
}