remove useless instruction
[openssl.git] / crypto / ocsp / ocsp.h
index 34563bf9c47605cdc71ba04739ceeb86a6029764..4899a1ae49312371a574ff1b3b4813704b026649 100644 (file)
@@ -430,7 +430,7 @@ OCSP_RESPONSE *OCSP_response_new(int status,
                                 char *data);
 
 ASN1_STRING *ASN1_STRING_encode(ASN1_STRING *s, int (*i2d)(), 
-                               char *data, STACK *sk);
+                               char *data, STACK_OF(ASN1_OBJECT) *sk);
 
 X509_EXTENSION *OCSP_nonce_new(void *p, unsigned int len);
 
@@ -541,13 +541,17 @@ int OCSP_extension_print(BIO *bp, X509_EXTENSION *x, int ind);
 
 void ERR_load_OCSP_strings(void);
 
+#if 0 /* Not yet implemented */
 X509_EXTENSION *OCSP_nochain_new(void);
+#endif
 
 char* ocspResponseStatus2string(long s);
 char* ocspCertStatus2string(long s);
 char * cRLReason2string(long s);
 
+#if 0 /* Not yet implemented */
 void OCSP_add_standard_extension(void);
+#endif
 
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes