~ubuntu-branches/ubuntu/lucid/openssl/lucid-security

« back to all changes in this revision

Viewing changes to crypto/rand/md_rand.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2007-03-10 17:11:46 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20070310171146-uo85b7ii5pi1unm2
Tags: upstream-0.9.8e
ImportĀ upstreamĀ versionĀ 0.9.8e

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
int rand_predictable=0;
153
153
#endif
154
154
 
155
 
const char *RAND_version="RAND" OPENSSL_VERSION_PTEXT;
 
155
const char RAND_version[]="RAND" OPENSSL_VERSION_PTEXT;
156
156
 
157
157
static void ssleay_rand_cleanup(void);
158
158
static void ssleay_rand_seed(const void *buf, int num);