Fix typo in comment
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10105) (cherry picked from commit 89e5aaa1d72058404d3ea06bfaeff5334aba202d)
This commit is contained in:
parent
a80de34b27
commit
a10765c2e0
1 changed files with 1 additions and 1 deletions
2
e_os.h
2
e_os.h
|
@ -42,7 +42,7 @@
|
|||
# endif
|
||||
/*
|
||||
* Some operating systems do not permit select(2) on their random devices,
|
||||
* defining this to zero will force the used of read(2) to extract one byte
|
||||
* defining this to zero will force the use of read(2) to extract one byte
|
||||
* from /dev/random.
|
||||
*/
|
||||
# ifndef DEVRANDM_WAIT_USE_SELECT
|
||||
|
|
Loading…
Reference in a new issue