#include <openssl/asn1.h>
#include <limits.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/mem.h>
Go to the source code of this file.
Functions | |
void * | ASN1_item_d2i_bio (const ASN1_ITEM *it, BIO *in, void *x) |
void * | ASN1_item_d2i_fp (const ASN1_ITEM *it, FILE *in, void *x) |
Definition at line 66 of file a_d2i_fp.c.
Definition at line 81 of file a_d2i_fp.c.