Include rand.h so RAND_pseudo_bytes may be declared.
authorRichard Levitte <levitte@openssl.org>
Sun, 27 Feb 2000 22:57:53 +0000 (22:57 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 27 Feb 2000 22:57:53 +0000 (22:57 +0000)
commit4ba48ec4d05ef71bb6933bb4983e9a98d92763fc
tree3fca6da06e899f5ea453e17185d77be12bd17316
parentc257cce913fb12da6dd6d6c554711fdbe10e9158
Include rand.h so RAND_pseudo_bytes may be declared.
Remove one ampersand so the compiler may complain less.
Make rand() static so it will not conflict with the C RTL.
Make bug() static too, for good measure.
crypto/bn/divtest.c