Re: [darwin-dev] Future for read_random ?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dk5yiCp00Pw9P7HHrggMzSpcV662zH9Kd9MknnWEMqg//nAxNtCSzhzktBhiAGuZL26HekwnfKyxPwtuVteE5xcQFIjr4odLoSYRIAdqz0+9U2UlJKYXzOwnZ6QBlH91DeE2tPAwDTC9F4+Py98elDvvyvk1i0ltW7N24Xe/Wfc= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VmlSPrV7UXTvpoKnGK1QtgIselasDR3z+4AvyrMenOJcnf6ZzGkWUWuDMA82k76pwHJ4l+/6GQyqzGNJbQf9JxlC7yJdWSN8BQbdA2ad+5vj4+eKw5cvHyhmi1iVxpaNdEino4v/xGUsN4+cXcDSyqNxAkgxN1oaP+n0qnHWTdk= On 25/07/07, Alexander v. Below <below@mac.com> wrote:
Hello List,
in <sys/random.h>, read_random is bracketed with the dreaded __APPLE_API_UNSTABLE
If I do not want to risk losing binary compatiblity, which call can I use instead?
You can open... -- Finlay _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On 25/07/07, Finlay Dobbie <finlay.dobbie@gmail.com> wrote: You open /dev/random and read from that instead. See man 4 random. This email sent to site_archiver@lists.apple.com
participants (1)
-
Finlay Dobbie