From 53d85e3d1d21c7144e3c65a7bc936946ce534e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 12 Oct 2009 09:58:01 +0200 Subject: [PATCH] (hogweed_SOURCES): Added dsa2sexp.c and der2dsa.c. Rev: nettle/Makefile.in:1.11 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7412a32d..82244f8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,9 +83,9 @@ hogweed_SOURCES = sexp.c sexp-format.c \ rsa-keygen.c rsa-compat.c \ rsa2sexp.c sexp2rsa.c \ dsa.c dsa-sign.c dsa-verify.c dsa-keygen.c \ - sexp2dsa.c \ + dsa2sexp.c sexp2dsa.c \ pgp-encode.c rsa2openpgp.c \ - der-iterator.c der2rsa.c \ + der-iterator.c der2rsa.c der2dsa.c HEADERS = aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h \ base16.h base64.h buffer.h cast128.h \ -- GitLab