OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
x509_d2.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/crypto.h>
#include <openssl/x509.h>

Go to the source code of this file.

Functions

int X509_STORE_set_default_paths (X509_STORE *ctx)
 
int X509_STORE_load_locations (X509_STORE *ctx, const char *file, const char *path)
 

Function Documentation

int X509_STORE_load_locations ( X509_STORE ctx,
const char *  file,
const char *  path 
)

Definition at line 83 of file x509_d2.c.

int X509_STORE_set_default_paths ( X509_STORE ctx)

Definition at line 65 of file x509_d2.c.