Skip to content

Commit

Permalink
Use stdlib.h to get size_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Mar 21, 2001
1 parent fba9046 commit 5238fcc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions crypto/rand/rand.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@
#ifndef HEADER_RAND_H
#define HEADER_RAND_H

#include <openssl/e_os2.h>

#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
#include <windows.h>
#else
#include <sys/types.h>
#endif
#include <stdlib.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 5238fcc

Please sign in to comment.