Deleted Added
full compact
dh.h (68651) dh.h (89837)
1/* crypto/dh/dh.h */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 163 unchanged lines hidden (view full) ---

172#ifndef NO_FP_API
173int DHparams_print_fp(FILE *fp, DH *x);
174#endif
175#ifndef NO_BIO
176int DHparams_print(BIO *bp, DH *x);
177#else
178int DHparams_print(char *bp, DH *x);
179#endif
1/* crypto/dh/dh.h */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

--- 163 unchanged lines hidden (view full) ---

172#ifndef NO_FP_API
173int DHparams_print_fp(FILE *fp, DH *x);
174#endif
175#ifndef NO_BIO
176int DHparams_print(BIO *bp, DH *x);
177#else
178int DHparams_print(char *bp, DH *x);
179#endif
180void ERR_load_DH_strings(void );
181
182/* BEGIN ERROR CODES */
183/* The following lines are auto generated by the script mkerr.pl. Any changes
184 * made after this point may be overwritten when the script is next run.
185 */
180
181/* BEGIN ERROR CODES */
182/* The following lines are auto generated by the script mkerr.pl. Any changes
183 * made after this point may be overwritten when the script is next run.
184 */
185void ERR_load_DH_strings(void);
186
187/* Error codes for the DH functions. */
188
189/* Function codes. */
190#define DH_F_DHPARAMS_PRINT 100
191#define DH_F_DHPARAMS_PRINT_FP 101
192#define DH_F_DH_COMPUTE_KEY 102
193#define DH_F_DH_GENERATE_KEY 103
194#define DH_F_DH_GENERATE_PARAMETERS 104
195#define DH_F_DH_NEW 105
196
197/* Reason codes. */
198#define DH_R_NO_PRIVATE_VALUE 100
199
200#ifdef __cplusplus
201}
202#endif
203#endif
186
187/* Error codes for the DH functions. */
188
189/* Function codes. */
190#define DH_F_DHPARAMS_PRINT 100
191#define DH_F_DHPARAMS_PRINT_FP 101
192#define DH_F_DH_COMPUTE_KEY 102
193#define DH_F_DH_GENERATE_KEY 103
194#define DH_F_DH_GENERATE_PARAMETERS 104
195#define DH_F_DH_NEW 105
196
197/* Reason codes. */
198#define DH_R_NO_PRIVATE_VALUE 100
199
200#ifdef __cplusplus
201}
202#endif
203#endif
204