Skip to content

Commit 7c1874d

Browse files
committed
Remove EGD
EGD was only necessary for some commercial UNIX systems, versions that needed it all reached end of life. EGD needed until OS release date IRIX 6.5.19 feb 2003 Solaris 2.6 jul 1997 AIX 5.2 oct 2002 Tru64 5.1B sep 2002 HP-UX 11i v2 sep 2003 https://en.wikipedia.org/wiki//dev/random#EGD_as_an_alternative
1 parent 7b672ca commit 7c1874d

File tree

1 file changed

+0
-3
lines changed
  • src/cryptography/hazmat/bindings/openssl

1 file changed

+0
-3
lines changed

src/cryptography/hazmat/bindings/openssl/rand.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
void RAND_seed(const void *, int);
1717
void RAND_add(const void *, int, double);
1818
int RAND_status(void);
19-
int RAND_egd(const char *);
20-
int RAND_egd_bytes(const char *, int);
21-
int RAND_query_egd_bytes(const char *, unsigned char *, int);
2219
const char *RAND_file_name(char *, size_t);
2320
int RAND_load_file(const char *, long);
2421
int RAND_write_file(const char *);

0 commit comments

Comments
 (0)