From eafb187cd01593ff87e00933c0fa4e52ad7c85d4 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Fri, 18 Jun 2010 17:23:46 -0400 Subject: [PATCH] Declare RAND_w32crypto_method() --- lib/hcrypto/rand.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hcrypto/rand.h b/lib/hcrypto/rand.h index 923d4adb7..590bd8cf1 100644 --- a/lib/hcrypto/rand.h +++ b/lib/hcrypto/rand.h @@ -104,5 +104,6 @@ int RAND_egd_bytes(const char *, int); const RAND_METHOD * RAND_fortuna_method(void); const RAND_METHOD * RAND_unix_method(void); const RAND_METHOD * RAND_egd_method(void); +const RAND_METHOD * RAND_w32crypto_method(void); #endif /* _HEIM_RAND_H */