summaryrefslogtreecommitdiff
path: root/lib/libcrypto/o_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/o_time.h')
-rw-r--r--lib/libcrypto/o_time.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcrypto/o_time.h b/lib/libcrypto/o_time.h
index 27411b3637b..8c6301db31d 100644
--- a/lib/libcrypto/o_time.h
+++ b/lib/libcrypto/o_time.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: o_time.h,v 1.6 2014/06/12 15:49:27 deraadt Exp $ */
+/* $OpenBSD: o_time.h,v 1.7 2016/12/21 15:49:29 jsing Exp $ */
/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2001.
*/
@@ -61,6 +61,10 @@
#include <time.h>
+__BEGIN_HIDDEN_DECLS
+
int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
+__END_HIDDEN_DECLS
+
#endif