OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
o_time.h File Reference
#include <time.h>

Go to the source code of this file.

Functions

struct tm * OPENSSL_gmtime (const time_t *timer, struct tm *result)
 
int OPENSSL_gmtime_adj (struct tm *tm, int offset_day, long offset_sec)
 

Function Documentation

struct tm* OPENSSL_gmtime ( const time_t *  timer,
struct tm *  result 
)
read

Definition at line 81 of file o_time.c.

int OPENSSL_gmtime_adj ( struct tm *  tm,
int  offset_day,
long  offset_sec 
)

Definition at line 238 of file o_time.c.