ext/openssl/ossl_x509.c File Reference

#include "ossl.h"

Include dependency graph for ossl_x509.c:

Go to the source code of this file.

Defines

#define DefX509Const(x)   rb_define_const(mX509, #x,INT2FIX(X509_##x))
#define DefX509Default(x, i)   rb_define_const(mX509, "DEFAULT_" #x, rb_str_new2(X509_get_default_##i()))

Functions

void Init_ossl_x509 ()

Variables

VALUE mX509


Define Documentation

#define DefX509Const (  )     rb_define_const(mX509, #x,INT2FIX(X509_##x))

Definition at line 15 of file ossl_x509.c.

Referenced by Init_ossl_x509().

#define DefX509Default ( x,
 )     rb_define_const(mX509, "DEFAULT_" #x, rb_str_new2(X509_get_default_##i()))

Definition at line 16 of file ossl_x509.c.

Referenced by Init_ossl_x509().


Function Documentation

void Init_ossl_x509 ( void   ) 


Variable Documentation


doxygen