]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Uninline isc_nonce_buf
authorOndřej Surý <ondrej@sury.org>
Wed, 30 May 2018 20:43:39 +0000 (22:43 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 30 May 2018 20:43:39 +0000 (22:43 +0200)
lib/isc/nonce.c

index 68196485cb5cf8e768d642e2bdfc0a7530a34d36..2302af397aa0d2d3583d6d02f2f643367c49c655 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "entropy_private.h"
 
-inline void
+void
 isc_nonce_buf(void *buf, size_t buflen) {
        isc_entropy_get(buf, buflen);
 }