From babdd69260040f20bd25c4c3ed438402a26fdaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 13 Jan 2006 13:56:37 +0000 Subject: [PATCH] Add RSAPrivateKey git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16558 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index b7b488333..b25dab264 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -172,6 +172,7 @@ gen_files_rfc2459 = \ asn1_OtherName.x \ asn1_RDNSequence.x \ asn1_RSAPublicKey.x \ + asn1_RSAPrivateKey.x \ asn1_RelativeDistinguishedName.x \ asn1_SubjectKeyIdentifier.x \ asn1_SubjectPublicKeyInfo.x \