X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frand%2Frand.h;h=0bfccac18f7fcb3957edd248f85af2927e6071c4;hp=2252186ecdec8d40e17f88bac876eb51b7867c9c;hb=7ae551fd03b447e41d3a74e803a711350383ebc4;hpb=c2e45f6ddf9219735e85d9b658a94e42c37ec0a2 diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index 2252186ecd..0bfccac18f 100644 --- a/crypto/rand/rand.h +++ b/crypto/rand/rand.h @@ -96,7 +96,6 @@ int RAND_status(void); int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes); int RAND_egd(const char *path); int RAND_egd_bytes(const char *path,int bytes); -void ERR_load_RAND_strings(void); int RAND_poll(void); #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) @@ -110,10 +109,12 @@ int RAND_event(UINT, WPARAM, LPARAM); /* The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ +void ERR_load_RAND_strings(void); /* Error codes for the RAND functions. */ /* Function codes. */ +#define RAND_F_RAND_GET_RAND_METHOD 101 #define RAND_F_SSLEAY_RAND_BYTES 100 /* Reason codes. */ @@ -123,4 +124,3 @@ int RAND_event(UINT, WPARAM, LPARAM); } #endif #endif -