OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
dso_err.c File Reference
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/dso.h>

Go to the source code of this file.

Macros

#define ERR_FUNC(func)   ERR_PACK(ERR_LIB_DSO,func,0)
 
#define ERR_REASON(reason)   ERR_PACK(ERR_LIB_DSO,0,reason)
 

Functions

void ERR_load_DSO_strings (void)
 

Macro Definition Documentation

#define ERR_FUNC (   func)    ERR_PACK(ERR_LIB_DSO,func,0)

Definition at line 68 of file dso_err.c.

#define ERR_REASON (   reason)    ERR_PACK(ERR_LIB_DSO,0,reason)

Definition at line 69 of file dso_err.c.

Function Documentation

void ERR_load_DSO_strings ( void  )

Definition at line 149 of file dso_err.c.