sparcv9cap.c: omit random detection.
[openssl.git] / crypto / o_time.h
index e66044626d1f9865f5483124390ee64ca6429a50..fcf8c230e182971a467b6e2496aee7fc2f6f1579 100644 (file)
@@ -62,5 +62,8 @@
 #include <time.h>
 
 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
+int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
+int OPENSSL_gmtime_diff(int *pday, int *psec,
+                       const struct tm *from, const struct tm *to);
 
 #endif