Place standard CRL behaviour in default X509_CRL_METHOD new functions to
[openssl.git] / crypto / asn1 / asn1_locl.h
index 318e27eeb4f3dc6227e52e2df94029c0fe3b4da6..3cead31fcdd8f6716d3d94744515ada35491e16b 100644 (file)
@@ -121,8 +121,11 @@ struct evp_pkey_asn1_method_st
  * efficient callbacks: for example a CRL entry database.
  */
 
+#define X509_CRL_METHOD_DYNAMIC                1
+
 struct x509_crl_method_st
        {
+       int flags;
        int (*crl_init)(X509_CRL *crl);
        int (*crl_free)(X509_CRL *crl);
        int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *ser);