arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__.
[openssl.git] / crypto / o_time.h
index 40414fa146116f8818948be5fbb0b48f58433252..671099a32dbcd9a874c2468a3d707558259a0144 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,7 @@
 #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(struct tm *from, struct tm *to, int *pday, int *psec);
 
 #endif