diff options
| author | tedu <> | 2014-04-18 13:13:50 +0000 |
|---|---|---|
| committer | tedu <> | 2014-04-18 13:13:50 +0000 |
| commit | 5064fab03407f07740785d11f0aab5dd9ca06b28 (patch) | |
| tree | 3f62b1628accfdce9ddeab64a2c1094f94641297 /src/lib/libcrypto/rand/rand.h | |
| parent | d5ad9fb22f5b67a74c905aed8eb1e4a6fbd981c3 (diff) | |
| download | openbsd-5064fab03407f07740785d11f0aab5dd9ca06b28.tar.gz openbsd-5064fab03407f07740785d11f0aab5dd9ca06b28.tar.bz2 openbsd-5064fab03407f07740785d11f0aab5dd9ca06b28.zip | |
egd support is too dangerous to leave where somebody might find it.
ok deraadt.
Diffstat (limited to 'src/lib/libcrypto/rand/rand.h')
| -rw-r--r-- | src/lib/libcrypto/rand/rand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/rand/rand.h b/src/lib/libcrypto/rand/rand.h index e65b4b2e35..07de8cb7c4 100644 --- a/src/lib/libcrypto/rand/rand.h +++ b/src/lib/libcrypto/rand/rand.h | |||
| @@ -95,9 +95,6 @@ int RAND_load_file(const char *file,long max_bytes); | |||
| 95 | int RAND_write_file(const char *file); | 95 | int RAND_write_file(const char *file); |
| 96 | const char *RAND_file_name(char *file,size_t num); | 96 | const char *RAND_file_name(char *file,size_t num); |
| 97 | int RAND_status(void); | 97 | int RAND_status(void); |
| 98 | int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes); | ||
| 99 | int RAND_egd(const char *path); | ||
| 100 | int RAND_egd_bytes(const char *path,int bytes); | ||
| 101 | int RAND_poll(void); | 98 | int RAND_poll(void); |
| 102 | 99 | ||
| 103 | /* BEGIN ERROR CODES */ | 100 | /* BEGIN ERROR CODES */ |
