OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
t_crl.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/buffer.h>
#include <openssl/bn.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>

Go to the source code of this file.

Functions

int X509_CRL_print_fp (FILE *fp, X509_CRL *x)
 
int X509_CRL_print (BIO *out, X509_CRL *x)
 

Function Documentation

int X509_CRL_print ( BIO out,
X509_CRL x 
)

Definition at line 85 of file t_crl.c.

int X509_CRL_print_fp ( FILE *  fp,
X509_CRL x 
)

Definition at line 68 of file t_crl.c.