aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dh/dh.h')
-rw-r--r--crypto/dh/dh.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h
index c3592bd02b..3ae16f3b0c 100644
--- a/crypto/dh/dh.h
+++ b/crypto/dh/dh.h
@@ -104,7 +104,6 @@ typedef struct dh_st
#define i2d_DHparams_bio(bp,x) ASN1_i2d_bio(i2d_DHparams,(bp), \
(unsigned char *)(x))
-#ifndef NOPROTO
DH * DH_new(void);
void DH_free(DH *dh);
int DH_size(DH *dh);
@@ -125,25 +124,6 @@ int DHparams_print(char *bp, DH *x);
#endif
void ERR_load_DH_strings(void );
-#else
-
-DH * DH_new();
-void DH_free();
-int DH_size();
-DH * DH_generate_parameters();
-int DH_check();
-int DH_generate_key();
-int DH_compute_key();
-DH * d2i_DHparams();
-int i2d_DHparams();
-#ifndef NO_FP_API
-int DHparams_print_fp();
-#endif
-int DHparams_print();
-void ERR_load_DH_strings();
-
-#endif
-
/* 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.