Make OCSP structures opaque.
[openssl.git] / crypto / x509v3 / v3_lib.c
index b5598c9a3e95085779d4a24f6ec831d5c3878feb..90ddd86f40c42de71d600bfc425b25a2316b0cf1 100644 (file)
@@ -337,5 +337,3 @@ int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value,
         X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
     return 0;
 }
-
-IMPLEMENT_STACK_OF(X509V3_EXT_METHOD)