7eb1d2d598
SKS is a new OpenPGP keyserver whose goal is to provide easy to deploy, decentralized, and highly reliable synchronization. That means that a key submitted to one SKS server will quickly be distributed to all key servers; and even wildly out-of-date servers, or servers that experience spotty connectivity, can fully synchronize with rest of the system. Refer to the online wiki for pointers on downloading a full copy of the public PGP databse (about 4Gb) and on customising the local configuration http://documentation.penguin.de/cgi-bin/twiki/view/SKSKeyserver/WebHome WWW: http://www.nongnu.org/sks/ PR: ports/72842 Submitted by: Johan van Selst <johans@stack.nl>
12 lines
334 B
OCaml
12 lines
334 B
OCaml
--- mRandom.ml.orig Thu Oct 21 06:56:03 2004
|
|
+++ mRandom.ml Tue Nov 9 16:34:27 2004
|
|
@@ -92,7 +92,7 @@ struct
|
|
|
|
(* Low-entropy system-dependent initialisation. *)
|
|
|
|
- external random_seed: unit -> int = "sys_random_seed"
|
|
+ external random_seed: unit -> int = "caml_sys_random_seed"
|
|
|
|
let self_init () = init (random_seed())
|
|
|