blob: 8c57e09fc75c3854cc607138c8ede94b2fd9fe26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.\" $OpenBSD: RAND_cleanup.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
.\"
.Dd $Mdocdate: November 6 2016 $
.Dt RAND_CLEANUP 3
.Os
.Sh NAME
.Nm RAND_cleanup
.Nd erase the PRNG state
.Sh SYNOPSIS
.In openssl/rand.h
.Ft void
.Fn RAND_cleanup void
.Sh DESCRIPTION
.Fn RAND_cleanup
erases the memory used by the PRNG.
.Sh HISTORY
.Fn RAND_cleanup
is available in all versions of SSLeay and OpenSSL.
|