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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/o_time.h b/src/lib/libcrypto/o_time.h
index e391da7508..4f8288f5d5 100644
--- a/src/lib/libcrypto/o_time.h
+++ b/src/lib/libcrypto/o_time.h
@@ -61,7 +61,6 @@
61 61
62#include <time.h> 62#include <time.h>
63 63
64struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
65int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec); 64int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
66 65
67#endif 66#endif