diff options
author | 2015-09-13 15:20:40 +0000 | |
---|---|---|
committer | 2015-09-13 15:20:40 +0000 | |
commit | c68f07f6253c5c6c3d98c1f2e018ace59d2b28b8 (patch) | |
tree | 93593194d9433829fb6762df65cd7ccddd3a3007 /lib/libc/stdlib/seed48.c | |
parent | Remove unused and incorrect defines GPT_PARTSPERSEC and GPT_SECOFFSET. (diff) | |
download | wireguard-openbsd-c68f07f6253c5c6c3d98c1f2e018ace59d2b28b8.tar.xz wireguard-openbsd-c68f07f6253c5c6c3d98c1f2e018ace59d2b28b8.zip |
Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally
Diffstat (limited to 'lib/libc/stdlib/seed48.c')
-rw-r--r-- | lib/libc/stdlib/seed48.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/seed48.c b/lib/libc/stdlib/seed48.c index 0485ed6a10d..b4b4424c73b 100644 --- a/lib/libc/stdlib/seed48.c +++ b/lib/libc/stdlib/seed48.c @@ -1,4 +1,4 @@ -/* $OpenBSD: seed48.c,v 1.5 2015/08/27 04:33:31 guenther Exp $ */ +/* $OpenBSD: seed48.c,v 1.6 2015/09/13 15:20:40 guenther Exp $ */ /* * Copyright (c) 1993 Martin Birgmeier * All rights reserved. @@ -42,3 +42,4 @@ seed48_deterministic(unsigned short xseed[3]) __rand48_add = RAND48_ADD; return sseed; } +DEF_WEAK(seed48_deterministic); |