summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-01-17 18:42:41 +0100
committerSimon Josefsson <simon@josefsson.org>2008-01-17 18:44:03 +0100
commit719009d745252b28dd0d169a81859c9f0a16397c (patch)
treef6349418232743c2846ac5b87449d41b411454ea
parent513984af2797c507a34a41752a93e1c1fd2edbce (diff)
downloadgnutls-719009d745252b28dd0d169a81859c9f0a16397c.tar.gz
Also test dhe-rsa.
-rw-r--r--guile/tests/openpgp-auth.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guile/tests/openpgp-auth.scm b/guile/tests/openpgp-auth.scm
index 576f1ed8c3..c418ea36ab 100644
--- a/guile/tests/openpgp-auth.scm
+++ b/guile/tests/openpgp-auth.scm
@@ -1,5 +1,5 @@
;;; GNUTLS-EXTRA --- Guile bindings for GnuTLS-EXTRA.
-;;; Copyright (C) 2007 Free Software Foundation
+;;; Copyright (C) 2007, 2008 Free Software Foundation
;;;
;;; GNUTLS-EXTRA is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@
(define %certs (list certificate-type/openpgp))
(define %ciphers (list cipher/null cipher/arcfour cipher/aes-128-cbc
cipher/aes-256-cbc))
-(define %kx (list kx/rsa kx/rsa-export kx/dhe-dss kx/dhe-dss))
+(define %kx (list kx/rsa kx/rsa-export kx/dhe-rsa kx/dhe-dss))
(define %macs (list mac/sha1 mac/rmd160 mac/md5))
;; Message sent by the client.