summaryrefslogtreecommitdiff
path: root/guile
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:42:41 +0100
commit24ea5f27f5ad1aee365e43bfaf702210d10fdc64 (patch)
tree9a24a4eaad38b1ef8015b0a6cdb9fdcdfbf02be0 /guile
parent08d25eff9129f5014b570a5a9b75584c0ab4cfc6 (diff)
downloadgnutls-24ea5f27f5ad1aee365e43bfaf702210d10fdc64.tar.gz
Also test dhe-rsa.
Diffstat (limited to 'guile')
-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.