summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa.h')
-rw-r--r--src/lib/libcrypto/dsa/dsa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dsa/dsa.h b/src/lib/libcrypto/dsa/dsa.h
index c871499201..48f7f8196e 100644
--- a/src/lib/libcrypto/dsa/dsa.h
+++ b/src/lib/libcrypto/dsa/dsa.h
@@ -247,10 +247,8 @@ int i2d_DSAparams(const DSA *a,unsigned char **pp);
247int DSAparams_print(BIO *bp, const DSA *x); 247int DSAparams_print(BIO *bp, const DSA *x);
248int DSA_print(BIO *bp, const DSA *x, int off); 248int DSA_print(BIO *bp, const DSA *x, int off);
249#endif 249#endif
250#ifndef OPENSSL_NO_FP_API
251int DSAparams_print_fp(FILE *fp, const DSA *x); 250int DSAparams_print_fp(FILE *fp, const DSA *x);
252int DSA_print_fp(FILE *bp, const DSA *x, int off); 251int DSA_print_fp(FILE *bp, const DSA *x, int off);
253#endif
254 252
255#define DSS_prime_checks 50 253#define DSS_prime_checks 50
256/* Primality test according to FIPS PUB 186[-1], Appendix 2.1: 254/* Primality test according to FIPS PUB 186[-1], Appendix 2.1: