rand_cleanup.pod

来自「开源的ssl算法openssl,版本0.9.8H」· POD 代码 · 共 30 行

POD
30
字号
=pod=head1 NAMERAND_cleanup - erase the PRNG state=head1 SYNOPSIS #include <openssl/rand.h> void RAND_cleanup(void);=head1 DESCRIPTIONRAND_cleanup() erases the memory used by the PRNG.=head1 RETURN VALUERAND_cleanup() returns no value.=head1 SEE ALSOL<rand(3)|rand(3)>=head1 HISTORYRAND_cleanup() is available in all versions of SSLeay and OpenSSL.=cut

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?