From 06ba713c9b19102310675a6c58e07c68d8efb3c7 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 12 Oct 2015 15:49:54 +0700 Subject: Port of latest PGP tests and supporting code changes --- crypto/test/src/openpgp/examples/PublicKeyRingDump.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/test/src/openpgp/examples/PublicKeyRingDump.cs') diff --git a/crypto/test/src/openpgp/examples/PublicKeyRingDump.cs b/crypto/test/src/openpgp/examples/PublicKeyRingDump.cs index bb6108f2d..cbf553795 100644 --- a/crypto/test/src/openpgp/examples/PublicKeyRingDump.cs +++ b/crypto/test/src/openpgp/examples/PublicKeyRingDump.cs @@ -35,8 +35,8 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp.Examples return "ElGamalEncrypt"; case PublicKeyAlgorithmTag.Dsa: return "DSA"; - case PublicKeyAlgorithmTag.EC: - return "EC"; + case PublicKeyAlgorithmTag.ECDH: + return "ECDH"; case PublicKeyAlgorithmTag.ECDsa: return "ECDSA"; case PublicKeyAlgorithmTag.ElGamalGeneral: -- cgit 1.5.1