summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/fips/dsa/fips_dsa_sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/fips/dsa/fips_dsa_sign.c')
-rw-r--r--crypto/openssl/fips/dsa/fips_dsa_sign.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/fips/dsa/fips_dsa_sign.c b/crypto/openssl/fips/dsa/fips_dsa_sign.c
index 32ea0b0..7a4d51d 100644
--- a/crypto/openssl/fips/dsa/fips_dsa_sign.c
+++ b/crypto/openssl/fips/dsa/fips_dsa_sign.c
@@ -70,6 +70,7 @@
* case of a DSA signature.
*/
+#if 0
int FIPS_dsa_size(DSA *r)
{
int ilen;
@@ -83,6 +84,7 @@ int FIPS_dsa_size(DSA *r)
*/
return ilen * 2 + 6;
}
+#endif
/* Tiny ASN1 encoder for DSA_SIG structure. We can assume r, s smaller than
* 0x80 octets as by the DSA standards they will be less than 2^160
OpenPOWER on IntegriCloud