X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdh%2Fdh.h;h=1152fbb2d3c6390bef681b628d081c72da2bd10f;hp=65d61e2bb7b47fc6acfc7a5ea069e5145d646509;hb=4d7072f4b5b536c080854eba4b0092d80adf4d37;hpb=cb78486d97328121add07df466b7578076650a90 diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h index 65d61e2bb7..1152fbb2d3 100644 --- a/crypto/dh/dh.h +++ b/crypto/dh/dh.h @@ -68,7 +68,7 @@ #endif #include #include -#include +#include #define DH_FLAG_CACHE_MONT_P 0x01 @@ -180,12 +180,12 @@ int DHparams_print(BIO *bp, const DH *x); #else int DHparams_print(char *bp, const 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. */ @@ -204,4 +204,3 @@ void ERR_load_DH_strings(void); } #endif #endif -