Update OpenSSL DRBG support code. Use date time vector as additional data.
Set FIPS RAND_METHOD at same time as OpenSSL RAND_METHOD.
diff --git a/fips/fips.h b/fips/fips.h
index 53bc12f..29fd814 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -127,6 +127,8 @@
 		void *(*malloc_cb)(int num, const char *file, int line),
 		void (*free_cb)(void *));
 
+void FIPS_get_timevec(unsigned char *buf, unsigned long *pctr);
+
 #define FIPS_ERROR_IGNORED(alg) OpenSSLDie(__FILE__, __LINE__, \
 		alg " previous FIPS forbidden algorithm error ignored");