summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/arc4random/getentropy_solaris.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-13 13:03:09 +0000
committerderaadt <deraadt@openbsd.org>2014-07-13 13:03:09 +0000
commitb5f12122d8584044c5a019d981883ebea7cd6ca5 (patch)
treee00ed671bfbb502d487a44c9f3767e037615cd78 /lib/libcrypto/arc4random/getentropy_solaris.c
parentMismatch between the sets list and what's in DESTDIR should not be fatal (diff)
downloadwireguard-openbsd-b5f12122d8584044c5a019d981883ebea7cd6ca5.tar.xz
wireguard-openbsd-b5f12122d8584044c5a019d981883ebea7cd6ca5.zip
Provide a link to the canonical API specification.
ok beck
Diffstat (limited to 'lib/libcrypto/arc4random/getentropy_solaris.c')
-rw-r--r--lib/libcrypto/arc4random/getentropy_solaris.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libcrypto/arc4random/getentropy_solaris.c b/lib/libcrypto/arc4random/getentropy_solaris.c
index 5a32922a23d..a2a4c366797 100644
--- a/lib/libcrypto/arc4random/getentropy_solaris.c
+++ b/lib/libcrypto/arc4random/getentropy_solaris.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getentropy_solaris.c,v 1.5 2014/07/13 08:24:20 beck Exp $ */
+/* $OpenBSD: getentropy_solaris.c,v 1.6 2014/07/13 13:03:09 deraadt Exp $ */
/*
* Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
@@ -15,6 +15,9 @@
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ *
+ * Emulation of getentropy(2) as documented at:
+ * http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2
*/
#include <sys/types.h>