From b3d572cd7cd11f206c847ed0ca831b84c5731bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 3 Nov 2002 12:31:49 +0100 Subject: [PATCH] * sexp-format.c, sexp_format.c: Renamed sexp_format.c to sexp-format.c. * Makefile.am (libnettle_a_SOURCES): Renamed sexp_format.c to sexp-format.c. Rev: src/nettle/Makefile.am:1.51 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ed9e766f..0330059d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ serpent.c serpent.h serpent_sboxes.h serpent-meta.c \ twofish.c twofish.h twofish-meta.c \ yarrow.h yarrow256.c yarrow_key_event.c \ - sexp.h sexp.c sexp_format.c sexp-transport.c \ + sexp.h sexp.c sexp-format.c sexp-transport.c \ bignum.h bignum.c bignum-random.c \ rsa.h rsa.c rsa_md5.c rsa_sha1.c \ rsa-encrypt.c rsa-decrypt.c \ -- GitLab