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

Go to the source code of this file.

Macros

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

Functions

void ERR_load_ECDH_strings (void)
 

Macro Definition Documentation

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

Definition at line 68 of file ech_err.c.

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

Definition at line 69 of file ech_err.c.

Function Documentation

void ERR_load_ECDH_strings ( void  )

Definition at line 90 of file ech_err.c.