From d205a2aecb99564cccfbea61c39ebe3b0ddd7fb7 Mon Sep 17 00:00:00 2001 From: beck <> Date: Thu, 29 May 2014 20:21:23 +0000 Subject: Everything sane has stdio, and FILE *. we don't need ifdefs for this. ok to firebomb from tedu@ --- src/lib/libcrypto/dsa/dsa_prn.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libcrypto/dsa/dsa_prn.c') diff --git a/src/lib/libcrypto/dsa/dsa_prn.c b/src/lib/libcrypto/dsa/dsa_prn.c index 6f29f5e240..638f541975 100644 --- a/src/lib/libcrypto/dsa/dsa_prn.c +++ b/src/lib/libcrypto/dsa/dsa_prn.c @@ -61,7 +61,6 @@ #include #include -#ifndef OPENSSL_NO_FP_API int DSA_print_fp(FILE *fp, const DSA *x, int off) { BIO *b; @@ -93,7 +92,6 @@ int DSAparams_print_fp(FILE *fp, const DSA *x) BIO_free(b); return(ret); } -#endif int DSA_print(BIO *bp, const DSA *x, int off) { -- cgit v1.2.3-55-g6feb