]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(hogweed_SOURCES): Added dsa2sexp.c and der2dsa.c.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 12 Oct 2009 07:58:01 +0000 (09:58 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 12 Oct 2009 07:58:01 +0000 (09:58 +0200)
Rev: nettle/Makefile.in:1.11

Makefile.in

index 7412a32d408bab9ea413ea205429878c0b445e01..82244f8d11f19c8777b59cc2c516678c7ab25f9a 100644 (file)
@@ -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 \