195,202d194
< typedef struct ISSUING_DIST_POINT_st {
< DIST_POINT_NAME *distributionPoint;
< int onlyContainsUserCerts;
< int onlyContainsCACerts;
< ASN1_BIT_STRING *onlySomeReasons;
< int indirectCRL;
< } ISSUING_DIST_POINT;
< 
385,390d376
< int i2d_ISSUING_DIST_POINT(ISSUING_DIST_POINT *a, unsigned char **pp);
< ISSUING_DIST_POINT *ISSUING_DIST_POINT_new(void);
< void ISSUING_DIST_POINT_free(ISSUING_DIST_POINT *a);
< ISSUING_DIST_POINT *d2i_ISSUING_DIST_POINT(ISSUING_DIST_POINT **a, 
< 	     unsigned char **pp, long length);
< 
477d462
< #define X509V3_F_V2I_ISSUING_DIST_POINT			 136
