diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-04-07 13:34:11 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-04-07 13:34:11 +0200 |
commit | f0145a76fcbd2ab87163fb67b9cf58749c12fa90 (patch) | |
tree | a9577b5f48be3a84d40204d548e83943aec22f73 /lib/auth/Makefile.am | |
parent | fd4fddfd02ba49b49f99311399cde1a2092b1285 (diff) | |
download | gnutls-f0145a76fcbd2ab87163fb67b9cf58749c12fa90.tar.gz |
Removed the RSA-EXPORT ciphersuites.
Diffstat (limited to 'lib/auth/Makefile.am')
-rw-r--r-- | lib/auth/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auth/Makefile.am b/lib/auth/Makefile.am index 1d5d8da888..966bd7ac25 100644 --- a/lib/auth/Makefile.am +++ b/lib/auth/Makefile.am @@ -35,7 +35,7 @@ endif noinst_LTLIBRARIES = libgnutls_auth.la libgnutls_auth_la_SOURCES = anon.c cert.c dh_common.c dhe.c \ - dhe_psk.c psk.c psk_passwd.c rsa.c rsa_export.c srp.c \ + dhe_psk.c psk.c psk_passwd.c rsa.c srp.c \ srp_passwd.c srp_rsa.c srp_sb64.c anon.h cert.h dh_common.h \ psk.h psk_passwd.h srp.h srp_passwd.h anon_ecdh.c \ ecdhe.c ecdhe.h |