projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2f937
)
API change.
author
Richard Levitte
<levitte@openssl.org>
Fri, 7 Jul 2000 17:00:36 +0000
(17:00 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 7 Jul 2000 17:00:36 +0000
(17:00 +0000)
crypto/rand/rand.h
patch
|
blob
|
history
diff --git
a/crypto/rand/rand.h
b/crypto/rand/rand.h
index 0e149460f74ed7ae97c65eefe28fe3d83c59ac77..c3a8f63214d52417715579e666c5327cc60c34c8 100644
(file)
--- a/
crypto/rand/rand.h
+++ b/
crypto/rand/rand.h
@@
-77,7
+77,9
@@
typedef struct rand_meth_st
extern int rand_predictable;
#endif
-void RAND_set_rand_method(RAND_METHOD *meth);
+struct engine_st;
+
+int RAND_set_rand_method(struct engine_st *meth);
RAND_METHOD *RAND_get_rand_method(void );
RAND_METHOD *RAND_SSLeay(void);
void RAND_cleanup(void );