summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-22 14:54:14 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-22 14:54:14 +0000
commit3a9bebb5b9b899b7fae8432d65568dc5c86af0db (patch)
tree9386caef136926306576476892111233b0231d2b
parentea5da3f8fd0b439a847f9dca9376d0ebc94fbb38 (diff)
downloadgnutls-3a9bebb5b9b899b7fae8432d65568dc5c86af0db.tar.gz
*** empty log message ***
-rw-r--r--libextra/gnutls_openpgp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libextra/gnutls_openpgp.c b/libextra/gnutls_openpgp.c
index 19a72a4969..7e5f7c342e 100644
--- a/libextra/gnutls_openpgp.c
+++ b/libextra/gnutls_openpgp.c
@@ -327,7 +327,6 @@ openpgp_pk_to_gnutls_cert(gnutls_cert *cert, PKT_public_key *pk)
algo = is_DSA(pk->pubkey_algo)? GNUTLS_PK_DSA : GNUTLS_PK_RSA;
cert->subject_pk_algorithm = algo;
cert->version = pk->version;
- cert->valid = 0; /* fixme: should set after the verification */
cert->cert_type = GNUTLS_CRT_OPENPGP;
if (is_DSA(pk->pubkey_algo) || pk->pubkey_algo == GCRY_PK_RSA_S)