Uhmmm, if we use && after having tested for the presence of the certificate,
[oweals/openssl.git] / crypto / crypto.h
index cc4d5c47a3582aea9d95317172e4d9b4f95fc1c9..8fba87131cb50aed65dbfdfb7bab8191d4295cf8 100644 (file)
@@ -381,12 +381,11 @@ void CRYPTO_mem_leaks(struct bio_st *bio);
 /* unsigned long order, char *file, int line, int num_bytes, char *addr */
 void CRYPTO_mem_leaks_cb(void (*cb)(unsigned long, const char *, int, int, void *));
 
-void ERR_load_CRYPTO_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_CRYPTO_strings(void);
 
 /* Error codes for the CRYPTO functions. */
 
@@ -403,4 +402,3 @@ void ERR_load_CRYPTO_strings(void);
 }
 #endif
 #endif
-