AlgorithmIdentifier bugs
[oweals/openssl.git] / crypto / dh / dh.h
index 247be9281bd2d73a90617a56fb206cd2277f3482..b43e3348478876fee0da3428db177ed8d5990dbf 100644 (file)
@@ -177,7 +177,6 @@ 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
@@ -196,6 +195,7 @@ void ERR_load_DH_strings(void);
 #define DH_F_DH_NEW                                     105
 
 /* Reason codes. */
+#define DH_R_BAD_GENERATOR                              101
 #define DH_R_NO_PRIVATE_VALUE                           100
 
 #ifdef  __cplusplus