Update from 1.0.0-stable.
[openssl.git] / crypto / o_time.h
index 40414fa146116f8818948be5fbb0b48f58433252..e391da75087e9b11264fb0bd229bf8549e808a18 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/o_time.h -*- mode:C; c-file-style: "eay" -*- */
-/* Written by Richard Levitte (levitte@stacken.kth.se) for the OpenSSL
+/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
@@ -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