OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
x509_object_st Struct Reference

#include <x509_vfy.h>

Public Attributes

int type
 
union {
   char *   ptr
 
   X509 *   x509
 
   X509_CRL *   crl
 
   EVP_PKEY *   pkey
 
data
 
union {
   char *   ptr
 
   X509 *   x509
 
   X509_CRL *   crl
 
   EVP_PKEY *   pkey
 
data
 

Detailed Description

Definition at line 123 of file x509_vfy.h.

Member Data Documentation

X509_CRL* x509_object_st::crl

Definition at line 130 of file x509_vfy.h.

union { ... } x509_object_st::data
union { ... } x509_object_st::data
EVP_PKEY* x509_object_st::pkey

Definition at line 131 of file x509_vfy.h.

char* x509_object_st::ptr

Definition at line 128 of file x509_vfy.h.

int x509_object_st::type

Definition at line 126 of file x509_vfy.h.

X509* x509_object_st::x509

Definition at line 129 of file x509_vfy.h.


The documentation for this struct was generated from the following files: