summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/dh/dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/dh/dh.h')
-rw-r--r--crypto/openssl/crypto/dh/dh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/dh/dh.h b/crypto/openssl/crypto/dh/dh.h
index a15fc1c..3fdd39f 100644
--- a/crypto/openssl/crypto/dh/dh.h
+++ b/crypto/openssl/crypto/dh/dh.h
@@ -177,12 +177,12 @@ int DHparams_print(BIO *bp, DH *x);
#else
int DHparams_print(char *bp, DH *x);
#endif
-void ERR_load_DH_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_DH_strings(void);
/* Error codes for the DH functions. */
@@ -201,4 +201,3 @@ void ERR_load_DH_strings(void );
}
#endif
#endif
-
OpenPOWER on IntegriCloud