diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2005-04-21 12:20:25 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2005-04-21 12:20:25 +0000 |
commit | 7e589ad6317326329759d76e73895351a7f83710 (patch) | |
tree | a9c00ae523ccb992c61fbefa8d06848c1d31b293 /lib/auth_cert.h | |
parent | 274d186784d851e4519d8b9b2e69ef6ca78f2fdb (diff) | |
download | gnutls-7e589ad6317326329759d76e73895351a7f83710.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib/auth_cert.h')
-rw-r--r-- | lib/auth_cert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auth_cert.h b/lib/auth_cert.h index 5067a74e03..d8b0fd6619 100644 --- a/lib/auth_cert.h +++ b/lib/auth_cert.h @@ -107,7 +107,7 @@ typedef struct cert_auth_info_st { */ /* These (dh/rsa) are just copies from the credentials_t structure. - * They must not be freed. + * They must be freed. */ dh_info_st dh; rsa_info_st rsa_export; |