From 3867b326786965e020eaf4ce5c3af2eb525696ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Feb 2009 23:29:46 +0000 Subject: [PATCH] add ec files git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24804 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/Makefile.am | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/hcrypto/Makefile.am b/lib/hcrypto/Makefile.am index c5a202a38..ec95f320e 100644 --- a/lib/hcrypto/Makefile.am +++ b/lib/hcrypto/Makefile.am @@ -183,14 +183,14 @@ CLEANFILES = \ test_crypto.tmp EXTRA_DIST = \ - rsakey.der \ - test_crypto.in \ - version-script.map \ DESperate.txt \ dllmain.c \ + ec.h \ + ecdh.h \ + ecdsa.h \ gen-des.pl \ - imath/import.sh \ imath/LICENSE \ + imath/import.sh \ md5crypt_test.c \ passwd_dialog.aps \ passwd_dialog.clw \ @@ -198,4 +198,7 @@ EXTRA_DIST = \ passwd_dialog.res \ passwd_dlg.c \ passwd_dlg.h \ - resource.h + resource.h \ + rsakey.der \ + test_crypto.in \ + version-script.map