remove redundant ERR_load_... declarations
[openssl.git] / crypto / ocsp / ocsp.h
index 02b0a72ae619ccb16ff8711a28e3413dc509986f..fab3c0318215160e28a1b9650d5b845dba88c359 100644 (file)
@@ -554,12 +554,11 @@ int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
                                X509_STORE *st, unsigned long flags);
 
-void ERR_load_OCSP_strings(void);
-
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
+void ERR_load_OCSP_strings(void);
 
 /* Error codes for the OCSP functions. */
 
@@ -618,4 +617,3 @@ void ERR_load_OCSP_strings(void);
 }
 #endif
 #endif
-