X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdh%2Fdh.h;h=05851f84294c3bc53b68793ed69f0c18aacfa80c;hp=9bc1d319f9018f84c5db0c76c8779515541425fa;hb=82652aaf17819c6c1ecfc50602b4b54a19c566fb;hpb=2c2f9e2cc32b8970f5839c51038572926b4a096f diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h index 9bc1d319f9..05851f8429 100644 --- a/crypto/dh/dh.h +++ b/crypto/dh/dh.h @@ -195,9 +195,10 @@ void ERR_load_DH_strings(void); #define DH_F_DH_COMPUTE_KEY 102 #define DH_F_DH_GENERATE_KEY 103 #define DH_F_DH_GENERATE_PARAMETERS 104 -#define DH_F_DH_NEW 105 +#define DH_F_DH_NEW_METHOD 105 /* Reason codes. */ +#define DH_R_BAD_GENERATOR 101 #define DH_R_NO_PRIVATE_VALUE 100 #ifdef __cplusplus