diff options
author | 2014-05-29 20:21:22 +0000 | |
---|---|---|
committer | 2014-05-29 20:21:22 +0000 | |
commit | 4765c9cb785d3e272faa2afbab6b191d57a5aa8a (patch) | |
tree | c1f8206505e115718b52c120be7824803a2a1712 /lib/libssl/src/crypto/dsa/dsa.h | |
parent | remove back compat that was already disabled back in 1998. (diff) | |
download | wireguard-openbsd-4765c9cb785d3e272faa2afbab6b191d57a5aa8a.tar.xz wireguard-openbsd-4765c9cb785d3e272faa2afbab6b191d57a5aa8a.zip |
Everything sane has stdio, and FILE *. we don't need ifdefs for this.
ok to firebomb from tedu@
Diffstat (limited to 'lib/libssl/src/crypto/dsa/dsa.h')
-rw-r--r-- | lib/libssl/src/crypto/dsa/dsa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/dsa/dsa.h b/lib/libssl/src/crypto/dsa/dsa.h index c8714992012..48f7f8196e9 100644 --- a/lib/libssl/src/crypto/dsa/dsa.h +++ b/lib/libssl/src/crypto/dsa/dsa.h @@ -247,10 +247,8 @@ int i2d_DSAparams(const DSA *a,unsigned char **pp); int DSAparams_print(BIO *bp, const DSA *x); int DSA_print(BIO *bp, const DSA *x, int off); #endif -#ifndef OPENSSL_NO_FP_API int DSAparams_print_fp(FILE *fp, const DSA *x); int DSA_print_fp(FILE *bp, const DSA *x, int off); -#endif #define DSS_prime_checks 50 /* Primality test according to FIPS PUB 186[-1], Appendix 2.1: |