From 0f6f788f3773aadf57546afb5b7434d255e514a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Feb 2009 15:12:45 +0000 Subject: [PATCH] Add secp160r1 and secp160r2 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24650 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index 78a7ddb26..b8229b484 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -242,7 +242,10 @@ gen_files_rfc2459 = \ asn1_id_ecDH.x \ asn1_id_ecMQV.x \ asn1_id_ecPublicKey.x \ + asn1_id_ec_group_secp160r1.x \ + asn1_id_ec_group_secp160r2.x \ asn1_id_ec_group_secp256r1.x \ + asn1_id_ecdsa_with_SHA1.x \ asn1_id_ecdsa_with_SHA256.x \ asn1_id_heim_rsa_pkcs1_x509.x \ asn1_id_ms_cert_enroll_domaincontroller.x \