#ifndef _LDSEED_H_INCLUDED_ #define _LDSEED_H_INCLUDED_ /*++ /* NAME /* ldseed 3h /* SUMMARY /* seed for non-cryptographic applications /* SYNOPSIS /* #include /* DESCRIPTION /* .nf /* * External interface. */ extern void ldseed(void *, size_t); /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, USA /*--*/ #endif