OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Typedefs | Functions
o_dir.h File Reference

Go to the source code of this file.

Typedefs

typedef struct
OPENSSL_dir_context_st 
OPENSSL_DIR_CTX
 

Functions

const char * OPENSSL_DIR_read (OPENSSL_DIR_CTX **ctx, const char *directory)
 
int OPENSSL_DIR_end (OPENSSL_DIR_CTX **ctx)
 

Typedef Documentation

typedef struct OPENSSL_dir_context_st OPENSSL_DIR_CTX

Definition at line 41 of file o_dir.h.

Function Documentation

int OPENSSL_DIR_end ( OPENSSL_DIR_CTX **  ctx)
const char* OPENSSL_DIR_read ( OPENSSL_DIR_CTX **  ctx,
const char *  directory 
)