diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-06-05 17:07:55 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-06-05 17:07:55 +0000 |
commit | 71ba82715d8c628b745e5806a7717b28c2736772 (patch) | |
tree | 1da0f9135e6cd409a4da456bce6518d89ee748bf /lib/auth_dh_common.h | |
parent | 4e65af1ca028cf1865b10e59a7bd82c4c0e8cd80 (diff) | |
download | gnutls-71ba82715d8c628b745e5806a7717b28c2736772.tar.gz |
Allow access to the RSA-EXPORT parameters.
Diffstat (limited to 'lib/auth_dh_common.h')
-rw-r--r-- | lib/auth_dh_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/auth_dh_common.h b/lib/auth_dh_common.h index 46372678b2..964250ffc2 100644 --- a/lib/auth_dh_common.h +++ b/lib/auth_dh_common.h @@ -2,9 +2,7 @@ # define AUTH_DH_COMMON typedef struct dh_info_st_int { - int prime_bits; int secret_bits; - int peer_public_bits; opaque prime[1024]; size_t prime_size; |