Experimental new date handling routines. These fix issues with X509_time_adj()
[openssl.git] / crypto / o_time.h
index e66044626d1f9865f5483124390ee64ca6429a50..e391da75087e9b11264fb0bd229bf8549e808a18 100644 (file)
@@ -62,5 +62,6 @@
 #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);
 
 #endif