Modify the DEVRANDOM source so that the files are kept open persistently.
[openssl.git] / include / openssl / rand.h
index 058ece631a0dcc6a024824136b9794f6d0070681..38a2a2718f8b8d6d2cf1687bddd5e8c19a3c3aaf 100644 (file)
@@ -44,6 +44,7 @@ int RAND_priv_bytes(unsigned char *buf, int num);
 DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
 
 void RAND_seed(const void *buf, int num);
+void RAND_keep_random_devices_open(int keep);
 
 # if defined(__ANDROID__) && defined(__NDK_FPABI__)
 __NDK_FPABI__  /* __attribute__((pcs("aapcs"))) on ARM */