summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/x509v3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-25 16:38:52 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-25 16:38:52 +0000
commitc74b3a6037b329dbd9dfbaf1a103e2cc707ecdbc (patch)
treeddc360f5e7006eababa4ef874f4fcbb5f55a5b48 /crypto/x509v3/x509v3.h
parent5043fc9fd577bcc06623a8aad418a136c15a5928 (diff)
Various header consistency fixes.
Diffstat (limited to 'crypto/x509v3/x509v3.h')
-rw-r--r--crypto/x509v3/x509v3.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h
index b6063f1589..2a5bf08e81 100644
--- a/crypto/x509v3/x509v3.h
+++ b/crypto/x509v3/x509v3.h
@@ -511,6 +511,21 @@ NOTICEREF *NOTICEREF_new();
NOTICEREF *d2i_NOTICEREF();
void NOTICEREF_free();
+int i2d_CRL_DIST_POINTS();
+STACK_OF(DIST_POINT) *CRL_DIST_POINTS_new();
+void CRL_DIST_POINTS_free();
+STACK_OF(DIST_POINT) *d2i_CRL_DIST_POINTS();
+
+int i2d_DIST_POINT();
+DIST_POINT *DIST_POINT_new();
+DIST_POINT *d2i_DIST_POINT();
+void DIST_POINT_free();
+
+int i2d_DIST_POINT_NAME();
+DIST_POINT_NAME *DIST_POINT_NAME_new();
+void DIST_POINT_NAME_free();
+DIST_POINT_NAME *d2i_DIST_POINT_NAME();
+
char * X509V3_get_string();
STACK * X509V3_get_section();
void X509V3_string_free();
@@ -518,6 +533,7 @@ void X509V3_section_free();
void X509V3_set_ctx();
int X509V3_add_value();
+int X509V3_add_value_uchar();
int X509V3_add_value_bool();
int X509V3_add_value_int();
char *i2s_ASN1_INTEGER();