More type-checking.
[openssl.git] / crypto / pem / pem.h
index b361e14dcc5dc2f0fb4aca4442d7738d4ae20f5e..bff018f75f6dc20e00788d7df07c46ca4e8542b0 100644 (file)
@@ -183,11 +183,8 @@ typedef struct pem_ctx_st
        int num_recipient;
        PEM_USER **recipient;
 
-#ifndef OPENSSL_NO_STACK
-       STACK *x509_chain;      /* certificate chain */
-#else
-       char *x509_chain;       /* certificate chain */
-#endif
+       /* XXX(ben): don#t think this is used! 
+               STACK *x509_chain;      / * certificate chain */
        EVP_MD *md;             /* signature type */
 
        int md_enc;             /* is the md encrypted or not? */