diff options
Diffstat (limited to 'src/lib/libcrypto/dh/dh.h')
-rw-r--r-- | src/lib/libcrypto/dh/dh.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dh/dh.h b/src/lib/libcrypto/dh/dh.h index 36ca149b73..0d313ea9b4 100644 --- a/src/lib/libcrypto/dh/dh.h +++ b/src/lib/libcrypto/dh/dh.h | |||
@@ -212,9 +212,7 @@ int DH_generate_key(DH *dh); | |||
212 | int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh); | 212 | int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh); |
213 | DH * d2i_DHparams(DH **a,const unsigned char **pp, long length); | 213 | DH * d2i_DHparams(DH **a,const unsigned char **pp, long length); |
214 | int i2d_DHparams(const DH *a,unsigned char **pp); | 214 | int i2d_DHparams(const DH *a,unsigned char **pp); |
215 | #ifndef OPENSSL_NO_FP_API | ||
216 | int DHparams_print_fp(FILE *fp, const DH *x); | 215 | int DHparams_print_fp(FILE *fp, const DH *x); |
217 | #endif | ||
218 | #ifndef OPENSSL_NO_BIO | 216 | #ifndef OPENSSL_NO_BIO |
219 | int DHparams_print(BIO *bp, const DH *x); | 217 | int DHparams_print(BIO *bp, const DH *x); |
220 | #else | 218 | #else |