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

Go to the source code of this file.

Macros

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

Functions

void ERR_load_PKCS12_strings (void)
 

Macro Definition Documentation

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

Definition at line 68 of file pk12err.c.

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

Definition at line 69 of file pk12err.c.

Function Documentation

void ERR_load_PKCS12_strings ( void  )

Definition at line 134 of file pk12err.c.