OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
dec.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/bio.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
#include <openssl/err.h>
#include <openssl/asn1.h>

Go to the source code of this file.

Functions

int verify_callback (int ok, X509_STORE_CTX *ctx)
 
int main (int argc, argv)
 

Variables

BIObio_err =NULL
 

Function Documentation

int main ( int  argc,
argv   
)

Definition at line 71 of file dec.c.

int verify_callback ( int  ok,
X509_STORE_CTX ctx 
)

Variable Documentation

BIO* bio_err =NULL

Definition at line 69 of file dec.c.