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