OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
o_time.c File Reference
#include <openssl/e_os2.h>
#include <string.h>
#include "o_time.h"

Go to the source code of this file.

Macros

#define SECS_PER_DAY   (24 * 60 * 60)
 

Functions

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

Macro Definition Documentation

#define SECS_PER_DAY   (24 * 60 * 60)

Definition at line 233 of file o_time.c.

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  off_day,
long  offset_sec 
)

Definition at line 238 of file o_time.c.