summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-03-10 14:24:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-03-11 14:53:50 +0000
commit40f43f8a2e7c75f032672d198604e4fbd6a60fd8 (patch)
treec5c73427a847e89fe8268bf70897a22515bae9a8 /crypto/dsa/dsa_locl.h
parentee619197db0c1efa676bedf3b05d028080988759 (diff)
move DSA_SIG definition into C source file
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/dsa/dsa_locl.h')
-rw-r--r--crypto/dsa/dsa_locl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/dsa/dsa_locl.h b/crypto/dsa/dsa_locl.h
index 7767e74ef9..6182495848 100644
--- a/crypto/dsa/dsa_locl.h
+++ b/crypto/dsa/dsa_locl.h
@@ -65,8 +65,3 @@ int dsa_builtin_paramgen2(DSA *ret, size_t L, size_t N,
size_t seed_len, int idx, unsigned char *seed_out,
int *counter_ret, unsigned long *h_ret,
BN_GENCB *cb);
-
-struct DSA_SIG_st {
- BIGNUM *r;
- BIGNUM *s;
-};