summaryrefslogtreecommitdiffstats
path: root/crypto/o_time.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-04-15 13:24:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-04-15 13:24:20 +0000
commit799668c1ceebda16a93371923459b0fdf5670fa4 (patch)
tree36eb09e3706ed3db11e3c458efc76d98051579af /crypto/o_time.h
parent7f7f155103d9c390eadd67fcc0087d4600755d6e (diff)
oops revert patch not part of Configure diff
Diffstat (limited to 'crypto/o_time.h')
-rw-r--r--crypto/o_time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/o_time.h b/crypto/o_time.h
index 671099a32d..e391da7508 100644
--- a/crypto/o_time.h
+++ b/crypto/o_time.h
@@ -63,6 +63,5 @@
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