summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_time.h
diff options
context:
space:
mode:
authorderaadt <>2014-04-18 23:42:00 +0000
committerderaadt <>2014-04-18 23:42:00 +0000
commit4855ea84e69fe2edcf4d523233d15c950bd77e4d (patch)
treed34f0513fa7ea1f0d59700feaf05db49838ca750 /src/lib/libcrypto/o_time.h
parent8b311d691c1644d610b65caacf0e7589a47eee84 (diff)
downloadopenbsd-4855ea84e69fe2edcf4d523233d15c950bd77e4d.tar.gz
openbsd-4855ea84e69fe2edcf4d523233d15c950bd77e4d.tar.bz2
openbsd-4855ea84e69fe2edcf4d523233d15c950bd77e4d.zip
OPENSSL_gmtime() is really just gmtime_r(); ok guenther
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