#include <stdio.h>#include <string.h>#include <openssl/bio.h>#include <openssl/asn1.h>#include <openssl/x509.h>#include <openssl/pem.h>#include <openssl/err.h>#include "example.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 | |
| BIO * | bio_err =NULL |
| BIO * | bio_out =NULL |
| int verify_callback | ( | int | ok, |
| X509_STORE_CTX * | ctx | ||
| ) |
1.8.2