OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
conf_def.c File Reference
#include <stdio.h>
#include <string.h>
#include "cryptlib.h"
#include <openssl/stack.h>
#include <openssl/lhash.h>
#include <openssl/conf.h>
#include <openssl/conf_api.h>
#include "conf_def.h"
#include <openssl/buffer.h>
#include <openssl/err.h>

Go to the source code of this file.

Macros

#define scan_esc(conf, p)   (((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2)))
 
#define CONFBUFSIZE   512
 

Functions

CONF_METHODNCONF_default ()
 
CONF_METHODNCONF_WIN32 ()
 

Variables

const char CONF_def_version [] ="CONF_def" OPENSSL_VERSION_PTEXT
 

Macro Definition Documentation

#define CONFBUFSIZE   512
#define scan_esc (   conf,
  p 
)    (((IS_EOF((conf),(p)[1]))?((p)+1):((p)+2)))

Definition at line 78 of file conf_def.c.

Function Documentation

CONF_METHOD* NCONF_default ( void  )

Definition at line 119 of file conf_def.c.

CONF_METHOD* NCONF_WIN32 ( void  )

Definition at line 123 of file conf_def.c.

Variable Documentation

const char CONF_def_version[] ="CONF_def" OPENSSL_VERSION_PTEXT

Definition at line 91 of file conf_def.c.