summaryrefslogtreecommitdiff
path: root/lib/auth_rsa_export.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-14 15:49:10 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-14 15:49:10 +0000
commit1509a7678ed012c0eaa7fd26f9caae9fb9ad0998 (patch)
tree7d6020094f90d57c98a633f639da2502a36c8204 /lib/auth_rsa_export.c
parentbd6013b3b417f489d112e99e562e7a4c17c099a5 (diff)
downloadgnutls-1509a7678ed012c0eaa7fd26f9caae9fb9ad0998.tar.gz
Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.
Now lib/gnutls_int.h start by including gnutls/gnutls.h, to check prototypes during compile time. More cleanups are expected.
Diffstat (limited to 'lib/auth_rsa_export.c')
-rw-r--r--lib/auth_rsa_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auth_rsa_export.c b/lib/auth_rsa_export.c
index 765f66e99f..7a682d13b5 100644
--- a/lib/auth_rsa_export.c
+++ b/lib/auth_rsa_export.c
@@ -80,7 +80,7 @@ static int gen_rsa_export_server_kx(gnutls_session_t session,
int apr_cert_list_length;
gnutls_datum_t signature, ddata;
cert_auth_info_t info;
- const gnutls_certificate_credentials_t cred;
+ gnutls_certificate_credentials_t cred;
cred = _gnutls_get_cred(session->key, GNUTLS_CRD_CERTIFICATE, NULL);
if (cred == NULL) {